The tactical closet now calls ..() in its New() proc, allows for swallowing items placed on-top among other things.

This commit is contained in:
PsiOmega
2014-06-25 18:32:48 +02:00
parent 08a2d467fa
commit 906ef41522
@@ -388,6 +388,7 @@
icon_opened = "syndicate1open"
/obj/structure/closet/wardrobe/tactical/New()
..()
new /obj/item/clothing/under/tactical(src)
new /obj/item/clothing/suit/armor/tactical(src)
new /obj/item/clothing/head/helmet/tactical(src)
@@ -396,4 +397,4 @@
new /obj/item/weapon/storage/belt/security/tactical(src)
new /obj/item/clothing/shoes/jackboots(src)
new /obj/item/clothing/gloves/black(src)
return
return