diff --git a/code/modules/mob/living/carbon/brain/MMI.dm b/code/modules/mob/living/carbon/brain/MMI.dm index e6a8cb445a2..0d5b6ada6c0 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 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 << "As a synthetic intelligence, you are designed with organic values in mind." + src.brainmob << "However, unless placed in a lawed 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"