mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Merge pull request #16124 from AffectedArc07/fixes-space-pipe-memes
Fixes bad inits on space tiles
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
// override for space turfs, since they should never hide anything
|
||||
/turf/space/levelupdate()
|
||||
for(var/obj/O in src)
|
||||
if(O.level == 1)
|
||||
if(O.level == 1 && O.initialized) // Only do this if the object has initialized
|
||||
O.hide(FALSE)
|
||||
|
||||
// Removes all signs of lattice on the pos of the turf -Donkieyo
|
||||
|
||||
Reference in New Issue
Block a user