diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 0e56570abee..bd0aad32dac 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -92,6 +92,9 @@ to_chat(src, "[L] is restrained, you cannot push past.") return TRUE + if(pulledby == L && a_intent != INTENT_HELP) //prevents boosting the person pulling you, but you can still move through them on help intent + return TRUE + if(L.pulling) if(ismob(L.pulling)) var/mob/P = L.pulling