From 52a050e9eeb9ba029e1323875f2db75a4355fd0a Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Sun, 8 Dec 2019 03:54:02 -0500 Subject: [PATCH] maybe --- code/modules/mob/living/carbon/human/human.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 7751095d9b..3cb4b5edde 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -866,8 +866,7 @@ piggyback(target) return //If you dragged them to you and you're aggressively grabbing try to fireman carry them - else if(user != target) - if(user.a_intent == INTENT_HELP) + else if(user != target && user.a_intent = INTENT_HELP) fireman_carry(target) return . = ..()