mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
The mining wardrobe has now an "explorer" duffelbag instead of a normal one. (#68425)
This commit is contained in:
@@ -367,7 +367,7 @@
|
||||
desc = "A large duffel bag for holding extra medical supplies - this one seems to be designed for holding surgical tools."
|
||||
|
||||
/obj/item/storage/backpack/duffelbag/explorer
|
||||
name = "explorator's duffel bag"
|
||||
name = "explorer duffel bag"
|
||||
desc = "A large duffel bag for holding extra exotic treasures."
|
||||
icon_state = "duffel-explorer"
|
||||
inhand_icon_state = "duffel-explorer"
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
icon_door = "mixed"
|
||||
|
||||
/obj/structure/closet/wardrobe/miner/PopulateContents()
|
||||
new /obj/item/storage/backpack/duffelbag(src)
|
||||
new /obj/item/storage/backpack/duffelbag/explorer(src)
|
||||
new /obj/item/storage/backpack/explorer(src)
|
||||
new /obj/item/storage/backpack/satchel/explorer(src)
|
||||
new /obj/item/clothing/under/rank/cargo/miner/lavaland(src)
|
||||
|
||||
Reference in New Issue
Block a user