Adds the Polychromatic Cowboy Hat

Adds a new polychromatic variant of the white cowboy hat.
This commit is contained in:
Darius
2023-01-10 20:40:01 -05:00
parent c8fc27fc9c
commit a8b7cd9c4a
4 changed files with 16 additions and 0 deletions
+10
View File
@@ -440,6 +440,16 @@
icon_state = "cowboyhat_sec"
item_state= "cowboyhat_sec"
/obj/item/clothing/head/cowboyhat/polychromic
name = "polychromic cowboy hat"
desc = "A polychromic cowboy hat, perfect for your indecisive rancher"
icon_state = "cowboyhat_poly"
item_state= "cowboyhat_poly"
/obj/item/clothing/head/cowboyhat/polychromic/ComponentInitialize()
. = ..()
AddElement(/datum/element/polychromic, list("#5F5F5F", "#DDDDDD"), 2)
/obj/item/clothing/head/squatter_hat
name = "slav squatter hat"
icon_state = "squatter_hat"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB

@@ -195,6 +195,12 @@
restricted_desc = "Security"
restricted_roles = list("Warden","Detective","Security Officer","Head of Security")
/datum/gear/head/cowboyhat/polychromic
name = "Cowboy Hat, Polychromic"
path = /obj/item/clothing/head/cowboyhat/polychromic
loadout_flags = LOADOUT_CAN_NAME | LOADOUT_CAN_DESCRIPTION | LOADOUT_CAN_COLOR_POLYCHROMIC
loadout_initial_colors = list("#5F5F5F", "#DDDDDD")
/datum/gear/head/wkepi
name = "white kepi"
path = /obj/item/clothing/head/kepi