Skip to content

Commit

Permalink
Fixes the Frontiersman Soft Cap (#3581)
Browse files Browse the repository at this point in the history
## About The Pull Request

Fixes a typo that broke the sprite whenever you took the hat off or
flipped it

## Why It's Good For The Game

Fixes good

## Changelog

:cl:
fix: Fixed a typo in the Frontiersman softcap that made the sprite go
invisible
/:cl:
  • Loading branch information
generalthrax authored Oct 17, 2024
1 parent 4221dff commit fa04ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/factions/frontiersmen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
name = "frontiersman cap"
desc = "An olive-green and grey baseball hat, worn by cargo technicians working under the Frontiersmen. Even they have the rights for a cool cap!"
icon_state = "frontiersoft"
soft_type = "frontiersmen"
soft_type = "frontier"
icon = 'icons/obj/clothing/faction/frontiersmen/head.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/frontiersmen/head.dmi'

Expand Down

0 comments on commit fa04ceb

Please sign in to comment.