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
+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."