Forgot vorestation edits

This commit is contained in:
Heroman
2019-04-13 13:58:12 +10:00
parent 7604c8550d
commit 31ebde962c
+2
View File
@@ -149,10 +149,12 @@ default behaviour is:
tmob.forceMove(oldloc)
now_pushing = 0
return
//VOREStation Edit - Begin
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
//VOREStation Edit - End
if(!can_move_mob(tmob, 0, 0))
now_pushing = 0