From 2b8f81bca3036ed0b013e651b9df37187428c5d5 Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Wed, 11 Dec 2019 17:22:14 -0500 Subject: [PATCH] idk maybe --- code/modules/mob/living/carbon/human/human.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index b07a00e6d2..bd61140faa 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -867,7 +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_HELP) + 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)