mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
safeties
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
continue
|
||||
var/obj/structure/window/WI = new window_to_spawn_regular(get_turf(src))
|
||||
WI.dir = cdir
|
||||
if(id)
|
||||
if(istype(src, /obj/effect/spawner/window/reinforced/polarized) && id)
|
||||
var/obj/structure/window/reinforced/polarized/WIP = WI
|
||||
WIP.id = id
|
||||
else
|
||||
var/obj/structure/window/WI = new window_to_spawn_full(get_turf(src))
|
||||
if(id)
|
||||
if(istype(src, /obj/effect/spawner/window/reinforced/polarized) && id)
|
||||
var/obj/structure/window/full/reinforced/polarized/WIP = WI
|
||||
WIP.id = id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user