Fixes some closets populating in New() (#497)
This commit is contained in:
committed by
Poojawa
parent
afdabc97ec
commit
e832d79be9
@@ -18,9 +18,7 @@
|
||||
name = "mining wardrobe"
|
||||
icon_door = "mixed"
|
||||
|
||||
/obj/structure/closet/wardrobe/miner/New()
|
||||
..()
|
||||
contents = list()
|
||||
/obj/structure/closet/wardrobe/miner/PopulateContents()
|
||||
new /obj/item/weapon/storage/backpack/dufflebag(src)
|
||||
new /obj/item/weapon/storage/backpack/explorer(src)
|
||||
new /obj/item/weapon/storage/backpack/satchel/explorer(src)
|
||||
@@ -39,7 +37,7 @@
|
||||
icon_state = "mining"
|
||||
req_access = list(GLOB.access_mining)
|
||||
|
||||
/obj/structure/closet/secure_closet/miner/New()
|
||||
/obj/structure/closet/secure_closet/miner/PopulateContents()
|
||||
..()
|
||||
new /obj/item/stack/sheet/mineral/sandbags(src, 5)
|
||||
new /obj/item/weapon/storage/box/emptysandbags(src)
|
||||
@@ -483,4 +481,4 @@
|
||||
name = "tubes"
|
||||
anchored = 1
|
||||
layer = BELOW_MOB_LAYER
|
||||
density = 0
|
||||
density = 0
|
||||
|
||||
Reference in New Issue
Block a user