Update living.dm

This commit is contained in:
kevinz000
2020-02-28 02:40:51 -07:00
committed by GitHub
parent 879032c52f
commit a2970b5746
+1 -1
View File
@@ -249,7 +249,7 @@
var/current_dir
if(isliving(AM))
current_dir = AM.dir
if(step(AM, t))
if(step(AM, t) && Process_Spacemove(t))
step(src, t)
if(current_dir)
AM.setDir(current_dir)