From 3113e37afa1f01fe99a2111cb20d6b409a7298b1 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sun, 24 Sep 2017 12:55:59 -0400 Subject: [PATCH] Update carbon.dm --- code/modules/mob/living/carbon/carbon.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index b459040d9b..ae94791899 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -266,8 +266,8 @@ M.adjust_fire_stacks(-1) if(M.on_fire) src.IgniteMob() - sleep(5) //.5 second delay. Makes it a bit stronger than just typing rest. - M.resting = 0 //Hoist yourself up up off the ground. No para/stunned/weakened removal. + if(do_after(user, 0.5 SECONDS)) //.5 second delay. Makes it a bit stronger than just typing rest. + M.resting = 0 //Hoist yourself up up off the ground. No para/stunned/weakened removal. else if(istype(hugger)) hugger.species.hug(hugger,src) else