mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
A few qdel fixes.
This commit is contained in:
@@ -602,6 +602,17 @@ var/global/list/rockTurfEdgeCache
|
||||
icon_state = "asteroid_dug"
|
||||
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()
|
||||
|
||||
/turf/proc/updateMineralOverlays()
|
||||
src.overlays.Cut()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user