mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Merge pull request #16882 from Kashargul/wire
Fixes lateload map template cable loading
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
activated = 1
|
||||
for(var/obj/effect/wingrille_spawn/other in neighbours)
|
||||
if(!other.activated) other.activate()
|
||||
if(initialized && !QDELETED(src))
|
||||
if((flags & ATOM_INITIALIZED) && !QDELETED(src))
|
||||
qdel(src)
|
||||
|
||||
/obj/effect/wingrille_spawn/proc/handle_window_spawn(var/obj/structure/window/W)
|
||||
|
||||
Reference in New Issue
Block a user