From 31ebde962c3273ba70d384c1ad940d6d3f05ab02 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sat, 13 Apr 2019 13:58:12 +1000 Subject: [PATCH] Forgot vorestation edits --- code/modules/mob/living/living.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index a2e10d65c2..83438240c1 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -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