Replace captain's garment bag with CapDrobe (captain's dresser-wardrobe). (#30885)

* Replace captain's garment bag with CapDrobe.

* Incorporate feedback
- Restore chef vendor items from a stash apply gone wrong
- Make captain's gloves free
- Make basic captain wardrobe items more numerous
- Correct CapDrobe broken icon state name

* Fix small map error.

* Convert 'capdrobe' to a lockable dresser-wardrobe.

* Notify silicons of items they remove from wardrobes.

* Apply recommendations from review.
This commit is contained in:
Alan
2025-12-08 22:00:52 +00:00
committed by GitHub
parent 85a26c00e2
commit 439b610530
12 changed files with 222 additions and 119 deletions
+1
View File
@@ -60,6 +60,7 @@
RemoveElement(/datum/element/clothing_adjustment/monitor_headgear, 0, 1)
/obj/item/clothing/head/caphat/parade/white
name = "captain's white parade cap"
icon_state = "captain_capwhite"
//Head of Personnel
@@ -520,6 +520,7 @@
icon_state = "winterhood_captain"
/obj/item/clothing/suit/hooded/wintercoat/captain/white
name = "captain's white winter coat"
icon_state = "wintercoat_captainw"
inhand_icon_state = "coatcaptainw"
hoodtype = /obj/item/clothing/head/hooded/winterhood/captain/white
@@ -17,10 +17,12 @@
icon_state = "captain_skirt"
/obj/item/clothing/under/rank/captain/white
name = "captain's white uniform"
desc = "It's a white dress shirt and black slacks with some gold markings denoting the rank of \"Captain\"."
icon_state = "captain_white"
/obj/item/clothing/under/rank/captain/skirt/white
name = "captain's white skirt"
desc = "It's a white dress shirt and black skirt with some gold markings denoting the rank of \"Captain\"."
icon_state = "captain_skirt_white"