mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Turns cummerbund from a full 7 slot belt for any item into a fannypack subtype(which holds 3 items)
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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}
|
||||
Reference in New Issue
Block a user