From e2388e06d95120fc65ac250c44dba36e1264ba4a Mon Sep 17 00:00:00 2001 From: Yoshax Date: Thu, 31 Dec 2015 01:00:05 +0000 Subject: [PATCH] Updates terminology --- code/game/objects/items/devices/scanners.dm | 2 +- code/game/objects/structures/signs.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/devices/scanners.dm b/code/game/objects/items/devices/scanners.dm index 6325b334fce..a4644e274f8 100644 --- a/code/game/objects/items/devices/scanners.dm +++ b/code/game/objects/items/devices/scanners.dm @@ -133,7 +133,7 @@ REAGENT SCANNER else if (M.getBrainLoss() >= 100 || !M.has_brain()) user.show_message("Subject is brain dead.") else if (M.getBrainLoss() >= 60) - user.show_message("Severe brain damage detected. Subject likely to have intellectual disabilities.") + user.show_message("Severe brain damage detected. Subject likely to have a traumatic brain injury!.") else if (M.getBrainLoss() >= 10) user.show_message("Significant brain damage detected. Subject may have had a concussion.") if(ishuman(M)) diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index bf51ba3aa8f..8c0b7aaa257 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -138,7 +138,7 @@ /obj/structure/sign/kiddieplaque name = "\improper AI developers plaque" - desc = "Next to the extremely long list of names and job titles, there is a drawing of a little child. The child appears to have learning difficulties. Beneath the image, someone has scratched the word \"PACKETS\"" + desc = "Next to the extremely long list of names and job titles, there is a drawing of a little child. The child appears to be developmentally disabled. Beneath the image, someone has scratched the word \"PACKETS\"" icon_state = "kiddieplaque" /obj/structure/sign/atmosplaque