Merge pull request #11271 from Citadel-Station-13/kevinz000-patch-19

Pushing stuff now checks for Process_Spacemove on the automatic step
This commit is contained in:
Ghom
2020-03-02 16:34:18 +01:00
committed by GitHub
+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)