From 92a0555b152868b93ca363009ed3e625a3a45436 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Mon, 25 Sep 2017 18:08:58 -0500 Subject: [PATCH] Digital MMI tweaks --- code/modules/mob/living/carbon/brain/MMI.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/brain/MMI.dm b/code/modules/mob/living/carbon/brain/MMI.dm index d9312966d66..c6c5ceb55c1 100644 --- a/code/modules/mob/living/carbon/brain/MMI.dm +++ b/code/modules/mob/living/carbon/brain/MMI.dm @@ -260,7 +260,7 @@ src.brainmob.mind.reset() src.brainmob.ckey = candidate.ckey src.name = "[name] ([src.brainmob.name])" - src.brainmob << "You are a [src], brought into existence on [station_name()]." + src.brainmob << "You are [src.name], brought into existence on [station_name()]." src.brainmob << "As a synthetic intelligence, you answer to all crewmembers, as well as the AI." src.brainmob << "Remember, the purpose of your existence is to serve the crew and the station. Above all else, do no harm." // src.brainmob << "Use say #b to speak to other artificial intelligences." @@ -283,7 +283,6 @@ ..() src.brainmob.name = "[pick(list("ADA","DOS","GNU","MAC","WIN"))]-[rand(1000, 9999)]" src.brainmob.real_name = src.brainmob.name - src.name = "robotic intelligence circuit ([src.brainmob.name])" /obj/item/device/mmi/digital/robot/transfer_identity(var/mob/living/carbon/H) ..()