Fixes a oversight with cummerbund. closes #72357 (#72373)

Turns cummerbund from a full 7 slot belt for any item into a fannypack
subtype(which holds 3 items)
This commit is contained in:
jughu
2023-01-01 13:23:30 +00:00
committed by GitHub
parent 88568640c2
commit 84182bc05c
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -220,7 +220,7 @@
/obj/item/clothing/under/dress/wedding_dress = 1,
/obj/item/clothing/under/suit/tuxedo = 1,
/obj/item/clothing/head/costume/weddingveil = 1,
/obj/item/storage/belt/cummerbund = 1,
/obj/item/storage/belt/fannypack/cummerbund = 1,
/obj/item/clothing/suit/costume/drfreeze_coat = 1,
/obj/item/clothing/under/costume/drfreeze = 1,
/obj/item/clothing/head/costume/drfreezehat = 1,