Repath some satchels (#30427)

* fix satchel interactions

* updatepaths name
This commit is contained in:
kyunkyunkyun
2025-09-27 13:46:36 +05:00
committed by GitHub
parent 4cc861fb10
commit caa8343bf7
8 changed files with 17 additions and 14 deletions
@@ -35,7 +35,7 @@
new /obj/item/clothing/under/plasmaman/mining(src)
new /obj/item/storage/backpack/duffel(src)
new /obj/item/storage/backpack/explorer(src)
new /obj/item/storage/backpack/satchel/explorer(src)
new /obj/item/storage/backpack/satchel_explorer(src)
/obj/structure/closet/secure_closet/miner
name = "miner's equipment"
@@ -6,7 +6,7 @@
/obj/structure/closet/secure_closet/clown/populate_contents()
new /obj/item/storage/backpack/clown(src)
new /obj/item/storage/backpack/duffel/clown(src)
new /obj/item/storage/backpack/satchel/clown(src)
new /obj/item/storage/backpack/satchel_clown(src)
new /obj/item/clothing/under/rank/civilian/clown(src)
new /obj/item/clothing/under/rank/civilian/clown/skirt(src)
new /obj/item/clothing/under/rank/civilian/clown/sexy(src)