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 14:23:30 +01:00
committed by GitHub
parent 88568640c2
commit 84182bc05c
4 changed files with 10 additions and 9 deletions
+7 -7
View File
@@ -482,13 +482,6 @@
/obj/item/clothing/mask/luchador
))
/obj/item/storage/belt/cummerbund
name = "cummerbund"
desc = "A pleated sash that pairs well with a suit jacket."
icon_state = "cummerbund"
inhand_icon_state = null
worn_icon_state = "cummerbund"
/obj/item/storage/belt/military
name = "chest rig"
desc = "A set of tactical webbing worn by Syndicate boarding parties."
@@ -770,6 +763,13 @@
icon_state = "fannypack_yellow"
worn_icon_state = "fannypack_yellow"
/obj/item/storage/belt/fannypack/cummerbund
name = "cummerbund"
desc = "A pleated sash that pairs well with a suit jacket."
icon_state = "cummerbund"
inhand_icon_state = null
worn_icon_state = "cummerbund"
/obj/item/storage/belt/sabre
name = "sabre sheath"
desc = "An ornate sheath designed to hold an officer's blade."
+1 -1
View File
@@ -178,7 +178,7 @@
cost = CARGO_CRATE_VALUE * 3
contains = list(/obj/item/clothing/under/dress/wedding_dress,
/obj/item/clothing/under/suit/tuxedo,
/obj/item/storage/belt/cummerbund,
/obj/item/storage/belt/fannypack/cummerbund,
/obj/item/clothing/head/costume/weddingveil,
/obj/item/bouquet,
/obj/item/bouquet/sunflower,
+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,
@@ -0,0 +1 @@
/obj/item/storage/belt/cummerbund : /obj/item/storage/belt/fannypack/cummerbund{@OLD}