wew
This commit is contained in:
@@ -101,7 +101,9 @@
|
||||
return
|
||||
|
||||
/turf/open/floor/plating/asteroid/singularity_act()
|
||||
return
|
||||
if(turf_z_is_planet(src))
|
||||
return ..()
|
||||
ChangeTurf(/turf/open/space)
|
||||
|
||||
/turf/open/floor/plating/asteroid/singularity_pull(S, current_size)
|
||||
if(dug)
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
diff a/code/game/turfs/simulated/floor/plating/asteroid.dm b/code/game/turfs/simulated/floor/plating/asteroid.dm (rejected hunks)
|
||||
@@ -101,10 +101,9 @@
|
||||
return
|
||||
|
||||
/turf/open/floor/plating/asteroid/singularity_act()
|
||||
- if(!turf_z_is_planet(src))
|
||||
- ChangeTurf(/turf/open/space)
|
||||
- else
|
||||
+ if(turf_z_is_planet(src))
|
||||
return ..()
|
||||
+ ChangeTurf(/turf/open/space)
|
||||
|
||||
/turf/open/floor/plating/asteroid/singularity_pull(S, current_size)
|
||||
return
|
||||
Reference in New Issue
Block a user