Skip to content

Commit

Permalink
god damn it
Browse files Browse the repository at this point in the history
  • Loading branch information
Couls committed Oct 31, 2019
1 parent 2548993 commit fb3c7bd
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 fb3c7bd

Please sign in to comment.