This commit is contained in:
silicons
2021-01-13 14:23:35 -07:00
parent 3fe2776a6a
commit 343ef7db2c
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -124,6 +124,7 @@
last_move = 0
return
setDir(direct)
if(.)
Moved(oldloc, direct)
if(. && pulling && pulling == pullee && pulling != moving_from_pull) //we were pulling a thing and didn't lose it during our move.
@@ -145,7 +146,6 @@
set_glide_size(glide_size_override, FALSE)
last_move = direct
setDir(direct)
if(. && has_buckled_mobs() && !handle_buckled_mob_movement(loc, direct, glide_size_override)) //movement failed due to buckled mob(s)
return FALSE