From 1ab2a61a76f377a0804881f9d37e982879eb3d5b Mon Sep 17 00:00:00 2001 From: supersayu Date: Sat, 24 Aug 2013 07:57:24 -0400 Subject: [PATCH] Reverts a change made redundant by #1217 rebasing accidentally made two copies of the function in living.dm, removes the ones I added. --- code/modules/mob/living/living.dm | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 78c151c2696..86952e9f705 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -14,24 +14,6 @@ src << "\blue You have given up life and succumbed to death." death() -/mob/living/verb/mob_sleep() - set name = "Sleep" - set category = "IC" - - if(usr.sleeping) - usr << "You are already sleeping." - return - else - if(alert(src, "You sure you want to sleep for a while?", "Sleep", "Yes", "No") == "Yes") - usr.sleeping = 20 //Short nap - - -/mob/living/verb/lay_down() - set name = "Rest" - set category = "IC" - - resting = !resting - src << "You are now [resting ? "resting" : "getting up"]." /mob/living/proc/updatehealth() if(status_flags & GODMODE) @@ -317,7 +299,6 @@ return - /mob/living/Move(a, b, flag) if (buckled) return