This commit is contained in:
KorPhaeron
2017-02-18 23:28:53 -06:00
parent ef3d2a635c
commit 8642c5b375

View File

@@ -188,7 +188,12 @@
return
if(pulling == AM)
stop_pulling()
var/current_dir
if(isliving(AM))
current_dir = AM.dir
step(AM, t)
if(current_dir)
AM.dir = current_dir
now_pushing = 0
//mob verbs are a lot faster than object verbs