From 59cbfcd0dad2390791044c5578fac5c2ec395b0e Mon Sep 17 00:00:00 2001 From: Fikou Date: Sat, 11 Jul 2020 19:12:16 +0200 Subject: [PATCH] fixes bounty hutnignh ate sprite note towkfderking (#52133) --- code/modules/clothing/head/misc.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index efdc2057a17..0f2a4c86eb6 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -273,7 +273,8 @@ /obj/item/clothing/head/hunter name = "bounty hunting hat" desc = "Ain't nobody gonna cheat the hangman in my town." - icon_state = "hunter" + icon_state = "cowboy" + worn_icon_state = "hunter" inhand_icon_state = "hunter" armor = list("melee" = 5, "bullet" = 5, "laser" = 5, "energy" = 15, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) resistance_flags = FIRE_PROOF | ACID_PROOF