Skip to content

Commit

Permalink
Update human_update_icons.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint committed Apr 1, 2024
1 parent 82ee81a commit 6411c77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/carbon/human/human_update_icons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ There are several things that need to be remembered:

if((dna?.species.bodytype & BODYTYPE_PONY))
back_overlay.transform.Turn(90)
back_overlay.pixel_y -= 3
back_overlay.pixel_y -= 4
back_overlay.pixel_x += 1

overlays_standing[BACK_LAYER] = back_overlay

Expand Down

0 comments on commit 6411c77

Please sign in to comment.