Skip to content

Commit

Permalink
Copies a small fix from Polaris
Browse files Browse the repository at this point in the history
  • Loading branch information
SpadesNeil committed Sep 2, 2016
1 parent dd512b1 commit 33a254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/flooring/flooring_premade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
#define FOOTSTEP_SPRITE_AMT 2

/turf/snow/Entered(atom/A)
if(ismob(A))
if(isliving(A))
var/mdir = "[A.dir]"
if(crossed_dirs[mdir])
crossed_dirs[mdir] = min(crossed_dirs[mdir] + 1, FOOTSTEP_SPRITE_AMT)
Expand Down

0 comments on commit 33a254f

Please sign in to comment.