This commit is contained in:
kevinz000
2020-06-15 20:39:27 -07:00
parent 5c4c416dcf
commit 9fda632ea4
23 changed files with 55 additions and 67 deletions
@@ -7,7 +7,7 @@
name = "window grille spawner"
icon = 'icons/obj/structures.dmi'
icon_state = "wingrille"
density = 1
density = TRUE
anchored = 1.0
pressure_resistance = 4*ONE_ATMOSPHERE
can_atmos_pass = ATMOS_PASS_NO
@@ -23,9 +23,6 @@
/obj/effect/wingrille_spawn/attack_generic()
activate()
/obj/effect/wingrille_spawn/CanAllowThrough(atom/movable/mover, turf/target)
return FALSE
/obj/effect/wingrille_spawn/Initialize()
. = ..()
if(!win_path)