mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user