From 9c2f24b597abdaba7cab34d32bdfafe2a9c0ca3f Mon Sep 17 00:00:00 2001 From: datlo Date: Tue, 12 Feb 2019 17:13:42 +0000 Subject: [PATCH] Update robotic_brain.dm --- code/modules/mob/living/carbon/brain/robotic_brain.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/brain/robotic_brain.dm b/code/modules/mob/living/carbon/brain/robotic_brain.dm index bf850e49445..932072691c0 100644 --- a/code/modules/mob/living/carbon/brain/robotic_brain.dm +++ b/code/modules/mob/living/carbon/brain/robotic_brain.dm @@ -27,7 +27,7 @@ /obj/item/mmi/robotic_brain/attack_self(mob/user) if(isgolem(user)) - to_chat(user, "[src] seems to require an organic or robotic user. You can't find a way to activate it.") + to_chat(user, "Your golem fingers are too large to press the switch on [src].") return if(requires_master && !imprinted_master) to_chat(user, "You press your thumb on [src] and imprint your user information.") @@ -231,4 +231,4 @@ desc = "A cube of shining metal, four inches to a side and covered in shallow grooves." silenced = TRUE requires_master = FALSE - ejected_flavor_text = "metal cube" \ No newline at end of file + ejected_flavor_text = "metal cube"