From 74875b3d23cbda233719914e47c99bc0649d3ec5 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Thu, 30 Jul 2020 16:07:01 -0400 Subject: [PATCH] Update emote.dm --- code/modules/mob/living/carbon/human/emote.dm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 206f6ad334d..762371b192b 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -240,11 +240,7 @@ message = "faints." if(sleeping) return //Can't faint while asleep -<<<<<<< HEAD - sleeping += 10 //Short-short nap -======= Sleeping(10) ->>>>>>> 55b2c8d... Merge pull request #7354 from Neerti/status_indicators m_type = 1 if("cough", "coughs")