mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 14:02:49 +00:00
Simulated to Unsimulated (#6410)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
/obj/structure/lattice/Initialize()
|
||||
. = ..()
|
||||
if (restrict_placement)
|
||||
if(!(istype(loc, /turf/space) || isopenturf(loc) || istype(loc, /turf/simulated/floor/asteroid)))
|
||||
if(!(istype(loc, /turf/space) || isopenturf(loc) || istype(loc, /turf/unsimulated/floor/asteroid)))
|
||||
return INITIALIZE_HINT_QDEL
|
||||
for(var/obj/structure/lattice/LAT in loc)
|
||||
if(LAT != src)
|
||||
|
||||
Reference in New Issue
Block a user