mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
Simulated you dingus
This commit is contained in:
@@ -66,6 +66,6 @@
|
||||
desc = "I forcibly call make_indoors on every turf on this z-level. Useful for admin late loading maps to fix lighting!"
|
||||
|
||||
/obj/effect/map_helper/make_indoors/LateInitialize()
|
||||
for(var/turf/T in Z_TURFS(z))
|
||||
for(var/turf/simulated/T in Z_TURFS(z))
|
||||
T.make_indoors()
|
||||
qdel(src)
|
||||
Reference in New Issue
Block a user