Reverts a change made redundant by #1217

rebasing accidentally made two copies of the function in living.dm, removes the ones I added.
This commit is contained in:
supersayu
2013-09-17 18:18:33 -04:00
parent 50583dfa72
commit 1ab2a61a76
-19
View File
@@ -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 << "<span class='notice'>You are already sleeping.</span>"
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 << "<span class='notice'>You are now [resting ? "resting" : "getting up"].</span>"
/mob/living/proc/updatehealth()
if(status_flags & GODMODE)
@@ -317,7 +299,6 @@
return
/mob/living/Move(a, b, flag)
if (buckled)
return