Update shieldgen.dm

This commit is contained in:
LetterJay
2017-08-14 18:50:44 -05:00
committed by GitHub
parent fca1df9a2b
commit 98ff124b68
+5 -4
View File
@@ -10,10 +10,11 @@
max_integrity = 200 //The shield can only take so much beating (prevents perma-prisons)
CanAtmosPass = ATMOS_PASS_DENSITY
/obj/structure/emergency_shield/New()
src.setDir(pick(1,2,3,4))
..()
air_update_turf(1)
/obj/structure/emergency_shield/Initialize()
. = ..()
setDir(pick(1,2,3,4))
setDir(pick(GLOB.cardinals))
air_update_turf(1)
/obj/structure/emergency_shield/Destroy()
density = FALSE