Skip to content

Commit

Permalink
fix(sprite): incorrect item_state name of cowboy hat
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr authored Oct 20, 2024
1 parent d89f106 commit f1490df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified icons/inv_slots/hats/mob.dmi
Binary file not shown.

0 comments on commit f1490df

Please sign in to comment.