From 88cc62df80b3b39663bc2928603de61a57519deb Mon Sep 17 00:00:00 2001 From: Lzimann Date: Sat, 11 Mar 2017 12:37:01 -0300 Subject: [PATCH 1/4] Changes the braindead message to Space Sleep Disorder --- code/modules/mob/living/carbon/human/examine.dm | 3 ++- code/modules/power/apc.dm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index bcb8548b262..164e6c882e7 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -278,7 +278,8 @@ else if(!key) msg += "[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.\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" diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 32bea04ed43..d57daf709e0 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -905,7 +905,7 @@ to_chat(user, "There's nothing in [src] to transfer!") return if(!occupier.mind || !occupier.client) - to_chat(user, "[occupier] is either inactive, destroyed, or braindead!") + to_chat(user, "[occupier] is either inactive or destroyed!") return if(!occupier.parent.stat) to_chat(user, "[occupier] is refusing all attempts at transfer!" ) From a769bba201dd68437f8fc273993ee45770a7230d Mon Sep 17 00:00:00 2001 From: Lzimann Date: Sat, 11 Mar 2017 12:46:56 -0300 Subject: [PATCH 2/4] t not p --- code/modules/mob/living/carbon/human/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 164e6c882e7..e4ab8da1d58 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -279,7 +279,7 @@ msg += "[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.\n" else if(!client) 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" + msg += "Find somewhere safe for [t_him], [t_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" From 5cba74b51faac9cd5d387eedf8d5de33afc61d94 Mon Sep 17 00:00:00 2001 From: Lzimann Date: Sat, 11 Mar 2017 19:09:07 -0300 Subject: [PATCH 3/4] Changes the message --- code/modules/mob/living/carbon/human/examine.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index e4ab8da1d58..68a6d2433c1 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -278,8 +278,7 @@ else if(!key) msg += "[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.\n" else if(!client) - msg += "[t_He] [t_has] suddenly fallen asleep, suffering from Space Sleep Disorder.\n" - msg += "Find somewhere safe for [t_him], [t_He] may wake up soon.\n" + msg += "[t_He] have a blank, absent-minded stare and appear completly unresponsive to anything. [t_He] may snap out of it soon.\n" if(digitalcamo) msg += "[t_He] [t_is] moving [t_his] body in an unnatural and blatantly inhuman manner.\n" From bf464dd2a6f9e7bc016a4d6717ee7cef0e991f59 Mon Sep 17 00:00:00 2001 From: Lzimann Date: Sat, 11 Mar 2017 19:15:41 -0300 Subject: [PATCH 4/4] Typo --- code/modules/mob/living/carbon/human/examine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/examine.dm b/code/modules/mob/living/carbon/human/examine.dm index 68a6d2433c1..25ec62df457 100644 --- a/code/modules/mob/living/carbon/human/examine.dm +++ b/code/modules/mob/living/carbon/human/examine.dm @@ -278,7 +278,7 @@ else if(!key) msg += "[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.\n" else if(!client) - msg += "[t_He] have a blank, absent-minded stare and appear completly unresponsive to anything. [t_He] may snap out of it soon.\n" + msg += "[t_He] [t_has] a blank, absent-minded stare and appears completely unresponsive to anything. [t_He] may snap out of it soon.\n" if(digitalcamo) msg += "[t_He] [t_is] moving [t_his] body in an unnatural and blatantly inhuman manner.\n"