Upload files
This commit is contained in:
@@ -489,7 +489,7 @@
|
||||
to_chat(src, "<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")
|
||||
if(tgui_alert(src, "You sure you want to sleep for a while?", "Sleep", list("Yes", "No")) == "Yes")
|
||||
SetSleeping(400) //Short nap
|
||||
|
||||
/mob/proc/get_contents()
|
||||
|
||||
Reference in New Issue
Block a user