Skip to content

Commit

Permalink
Merge pull request #2160 from SierraBay/upstream-pr-34564
Browse files Browse the repository at this point in the history
[MIRROR] Fix nullsuit sprite
  • Loading branch information
UEDCommander authored May 22, 2024
2 parents 4172366 + 1d9b7a2 commit a50b036
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/clothing/spacesuits/rig/suits/station.dm
Original file line number Diff line number Diff line change
Expand Up @@ -503,4 +503,3 @@
//Do not further append if current state already indicates gender
if(user.gender == FEMALE && !findtext(chest.icon_state,"_f", -2))
chest.icon_state = "[chest.icon_state]_f"
chest.update_icon(1)

0 comments on commit a50b036

Please sign in to comment.