From b89d04884e9f06d41b6dbc011d116f0cc4b4a893 Mon Sep 17 00:00:00 2001 From: kappa-sama <44128284+kappa-sama@users.noreply.github.com> Date: Wed, 11 Dec 2019 17:23:00 -0500 Subject: [PATCH] indents oops --- code/modules/mob/living/carbon/human/human.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index bd61140faa..0501a2a5ea 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -868,8 +868,8 @@ //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 + to_chat(user, "You need to be in help intent to do that!") + return else if(user.a_intent == INTENT_HELP) fireman_carry(target) return