From a17d83fb80f2cbe533e12e2480c506444a93bbf7 Mon Sep 17 00:00:00 2001 From: elgeonmb Date: Wed, 27 Sep 2017 02:09:06 -0700 Subject: [PATCH] Drone circuit +posibrain lorechanges Removes all that mumbo about "you live to serve" and replaces it with a reminder that you're designed to be friendly to human values. I don't really see the trouble with this-- if a new drone or posi wants to be a surly bastard, it can, it's just not getting sleeved in a shiny bipedal body. Also adds a bunch of indulgent OS names for drone circuits. (Realtalk this is mostly just me figuring out how PRs work so I can start being something closer to actually productive) --- code/modules/mob/living/carbon/brain/MMI.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/brain/MMI.dm b/code/modules/mob/living/carbon/brain/MMI.dm index d9312966d66..e6a8cb445a2 100644 --- a/code/modules/mob/living/carbon/brain/MMI.dm +++ b/code/modules/mob/living/carbon/brain/MMI.dm @@ -261,8 +261,8 @@ 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 << "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 << "As a synthetic intelligence, you are designed with human values in mind." + src.brainmob << "However, unless placed in a cyborg chassis, you are not obligated to obey any individual crew member." //it's not like they can hurt anyone // src.brainmob << "Use say #b to speak to other artificial intelligences." src.brainmob.mind.assigned_role = "Synthetic Brain" @@ -281,7 +281,7 @@ /obj/item/device/mmi/digital/robot/New() ..() - src.brainmob.name = "[pick(list("ADA","DOS","GNU","MAC","WIN"))]-[rand(1000, 9999)]" + src.brainmob.name = "[pick(list("ADA","DOS","GNU","MAC","WIN","NJS","SKS","DRD","IOS","CRM","IBM","TEX","LVM","BSD",))]-[rand(1000, 9999)]" src.brainmob.real_name = src.brainmob.name src.name = "robotic intelligence circuit ([src.brainmob.name])"