mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
- Added a confirmation message for the 'sleep' verb
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3971 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -529,7 +529,8 @@
|
||||
usr << "\red You are already sleeping"
|
||||
return
|
||||
else
|
||||
usr.sleeping = 20 //Short nap
|
||||
if(alert(src,"You sure you want to sleep for a while?","Sleep","Yes","No") == "Yes")
|
||||
usr.sleeping = 20 //Short nap
|
||||
|
||||
/mob/living/carbon/verb/lay_down()
|
||||
set name = "Lay down / Get up"
|
||||
|
||||
Reference in New Issue
Block a user