Skip to content

Commit

Permalink
[MIRROR] Fix nullsuit sprite
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SierraHelper committed Apr 20, 2024
1 parent e5f74a7 commit 1d9b7a2
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 1d9b7a2

Please sign in to comment.