From b41c2fec9a1320c1d63dcd34c8670b587a11e85e Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 24 Sep 2017 13:26:38 -0400 Subject: [PATCH] One final fix --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 536a7c7f5f..1f70ad54ed 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -259,7 +259,7 @@ else var/mob/living/carbon/human/hugger = M if(M.resting == 1) //Are they resting on the ground? - M.visible_message("[M] grabs onto [src] and pulls \himself ", \ + M.visible_message("[M] grabs onto [src] and pulls \himself up", \ "You grip onto [src] and pull yourself up off the ground!") //AHHH gender checks are hard, but this should work if(M.fire_stacks >= (src.fire_stacks + 3)) //Fire checks. src.adjust_fire_stacks(1)