Skip to content

Commit

Permalink
Merge pull request tgstation#47494 from Couls/fix-my-big-brain-mistake
Browse files Browse the repository at this point in the history
crawling to the left now makes you face left properly
  • Loading branch information
Jordie0608 authored Nov 1, 2019
2 parents db6d2a4 + fb3c7bd commit c9b6375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living.dm
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
if(lying)
if(direct & EAST)
lying = 90
if(direct & EAST)
if(direct & WEST)
lying = 270
update_transform()
lying_prev = lying
Expand Down

0 comments on commit c9b6375

Please sign in to comment.