mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge pull request #11629 from xxalpha/astroturf
Singularity won't pull asteroid/plating turfs anymore.
This commit is contained in:
@@ -602,16 +602,11 @@ var/global/list/rockTurfEdgeCache
|
||||
icon_state = "asteroid_dug"
|
||||
return
|
||||
|
||||
/turf/simulated/floor/plating/asteroid/singularity_act()
|
||||
return
|
||||
|
||||
/turf/simulated/floor/plating/asteroid/singularity_pull(S, current_size)
|
||||
if(current_size == STAGE_THREE)
|
||||
if(prob(30))
|
||||
gets_dug()
|
||||
else if(current_size == STAGE_FOUR)
|
||||
if(prob(50))
|
||||
gets_dug()
|
||||
else if(current_size >= STAGE_FIVE)
|
||||
if(prob(90))
|
||||
gets_dug()
|
||||
return
|
||||
|
||||
/turf/proc/updateMineralOverlays()
|
||||
src.overlays.Cut()
|
||||
|
||||
Reference in New Issue
Block a user