Changes the braindead message to Space Sleep Disorder

This commit is contained in:
Lzimann
2017-03-11 12:37:01 -03:00
parent 1884bb34db
commit 88cc62df80
2 changed files with 3 additions and 2 deletions
@@ -278,7 +278,8 @@
else if(!key)
msg += "<span class='deadsay'>[t_He] [t_is] totally catatonic. The stresses of life in deep-space must have been too much for [t_him]. Any recovery is unlikely.</span>\n"
else if(!client)
msg += "[t_He] [t_has] a vacant, braindead stare...\n"
msg += "[t_He] [t_has] suddenly fallen asleep, suffering from Space Sleep Disorder.\n"
msg += "Find somewhere safe for [t_him], [p_He] may wake up soon.\n"
if(digitalcamo)
msg += "[t_He] [t_is] moving [t_his] body in an unnatural and blatantly inhuman manner.\n"
+1 -1
View File
@@ -905,7 +905,7 @@
to_chat(user, "<span class='warning'>There's nothing in [src] to transfer!</span>")
return
if(!occupier.mind || !occupier.client)
to_chat(user, "<span class='warning'>[occupier] is either inactive, destroyed, or braindead!</span>")
to_chat(user, "<span class='warning'>[occupier] is either inactive or destroyed!</span>")
return
if(!occupier.parent.stat)
to_chat(user, "<span class='warning'>[occupier] is refusing all attempts at transfer!</span>" )