mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
The tactical closet now calls ..() in its New() proc, allows for swallowing items placed on-top among other things.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user