diff --git a/code/modules/surgery/other.dm b/code/modules/surgery/other.dm index 9f47cedd653..21328599a19 100644 --- a/code/modules/surgery/other.dm +++ b/code/modules/surgery/other.dm @@ -239,7 +239,7 @@ /datum/surgery_step/internal/dethrall/begin_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool,datum/surgery/surgery) var/braincase = target.named_organ_parent("brain") - user.visible_message("[user] reaches into [target]'s head with \the [tool].", "You begin aligning \the [tool]'s light to the tumor on [target]'s brain...") + user.visible_message("[user] reaches into [target]'s head with [tool].", "You begin aligning [tool]'s light to the tumor on [target]'s brain...") to_chat(target, "A small part of your [braincase] pulses with agony as the light impacts it.") ..()