Adds colourable greatcoats and big hair ribbons

Adds colourable versions of the existing greatcoat and big hair ribbon items to loadout. Greatcoat recolour by corpsedoll.
This commit is contained in:
Nyarlthotep
2023-10-01 13:19:12 -03:00
parent ab69fc3ad4
commit e2345a82ba
5 changed files with 20 additions and 0 deletions
@@ -287,6 +287,14 @@
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/head/bow/large
display_name = "hair bow, large (colorable)"
path = /obj/item/clothing/head/pin/bow/big
/datum/gear/head/bow/large/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/head/welding/
display_name = "welding helmet selection (engineering/robotics)"
path = /obj/item/clothing/head/welding
@@ -18,6 +18,14 @@
display_name = "greatcoat"
path = /obj/item/clothing/suit/greatcoat
/datum/gear/suit/greatcoat_white
display_name = "greatcoat, colorable"
path = /obj/item/clothing/suit/greatcoat/white
/datum/gear/suit/greatcoat_white/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/datum/gear/suit/leather_coat
display_name = "leather coat"
path = /obj/item/clothing/suit/leathercoat
@@ -286,6 +286,10 @@
item_state_slots = list(slot_r_hand_str = "greatcoat", slot_l_hand_str = "greatcoat")
flags_inv = HIDEHOLSTER
/obj/item/clothing/suit/greatcoat/white
icon_state = "greatcoat_white"
item_state_slots = list(slot_r_hand_str = "duster", slot_l_hand_str = "duster")
/obj/item/clothing/suit/straight_jacket //A misspelling from time immemorial...
name = "straitjacket"
desc = "A suit that completely restrains the wearer."