Allows help-intent step with buckled mobs

This commit is contained in:
Heroman
2019-04-13 12:30:47 +10:00
parent b700a27063
commit 7604c8550d
+4
View File
@@ -149,6 +149,10 @@ default behaviour is:
tmob.forceMove(oldloc)
now_pushing = 0
return
else if((tmob.mob_always_swap || (tmob.a_intent == I_HELP || tmob.restrained()) && (a_intent == I_HELP || src.restrained())) && canmove && can_swap && handle_micro_bump_helping(tmob))
forceMove(tmob.loc)
now_pushing = 0
return
if(!can_move_mob(tmob, 0, 0))
now_pushing = 0