mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Changed asteroid plating singularity pull to do nothing.
Changed singularity act on asteroid plating to do nothing.:
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