mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fixes singulo act on reinforced floor (#26948)
This commit is contained in:
committed by
GitHub
parent
59ce9b5ead
commit
fa911f10a6
@@ -319,12 +319,11 @@
|
||||
atmos_mode = ATMOS_MODE_NO_DECAY
|
||||
|
||||
/turf/simulated/floor/engine/singularity_pull(S, current_size)
|
||||
..()
|
||||
if(current_size >= STAGE_FIVE)
|
||||
if(floor_tile)
|
||||
if(prob(30))
|
||||
new floor_tile(src)
|
||||
make_plating()
|
||||
make_plating(TRUE)
|
||||
else if(prob(30))
|
||||
ReplaceWithLattice()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user