From f8a05b5ae15286d362284c9a99b7b1654609ec86 Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Sun, 15 Dec 2019 17:31:49 -0500 Subject: [PATCH] perhaps --- code/modules/mob/living/carbon/human/human.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 0501a2a5ea..1e584c67c3 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -867,10 +867,7 @@ 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_GRAB || INTENT_DISARM || INTENT_HARM) - to_chat(user, "You need to be in help intent to do that!") - return - else if(user.a_intent == INTENT_HELP) + if(user.a_intent == INTENT_GRAB) fireman_carry(target) return . = ..()