Update carbon.dm

This commit is contained in:
Cameron653
2017-09-24 12:10:53 -04:00
committed by GitHub
parent 1b8cbd3b78
commit 05a4b1a31f

View File

@@ -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("<span class='notice'>[M] grabs onto [src] and pulls [get_visible_gender() == MALE ? "himself" : get_visible_gender() == FEMALE ? "herself" : "themselves"] up off the ground!</span>", \
M.visible_message("<span class='notice'>[M] grabs onto [src] and pulls [M.get_visible_gender() == MALE ? "himself" : get_visible_gender() == FEMALE ? "herself" : "themselves"] up off the ground!</span>", \
"<span class='notice'>You grip onto [src] and pull yourself up off the ground!</span>")
M.resting = 0 //Hoist yourself up up off the ground. No para/stunned/weakened removal.
if(M.fire_stacks >= (src.fire_stacks + 3)) //Fire checks.