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"