Merge pull request #15933 from LeDrascol/polychromatic-cowboy-hat

Adds the Polychromatic Cowboy Hat
This commit is contained in:
Lin
2023-01-18 18:11:21 -07:00
committed by GitHub
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"