diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index debfe4fed07..1c5a05abeb7 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -328,7 +328,7 @@ name = "cowboy hat" desc = "A wide-brimmed hat, in the prevalent style of America's frontier period. By SolGov law, you are required to wear this hat while watching True Grit." icon_state = "cowboyhat" - item_state = "cowboy_hat" + item_state = "cowboyhat" armor = list(melee = 10, bullet = 10, laser = 5,energy = 0, bomb = 0, bio = 0) /obj/item/clothing/head/panama diff --git a/icons/inv_slots/hats/mob.dmi b/icons/inv_slots/hats/mob.dmi index 5db58b0b263..a68e4b31e76 100644 Binary files a/icons/inv_slots/hats/mob.dmi and b/icons/inv_slots/hats/mob.dmi differ