From 5e3dad1289c6ad336c29e2ab4f9f9e9cf953d75e Mon Sep 17 00:00:00 2001 From: 1080pCat <96908085+1080pCat@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:01:25 +1000 Subject: [PATCH] Fixes a typo todo with brain damage (#26905) --- code/modules/surgery/organs/brain.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/brain.dm b/code/modules/surgery/organs/brain.dm index cd29e5c36ae..4da4a401d6e 100644 --- a/code/modules/surgery/organs/brain.dm +++ b/code/modules/surgery/organs/brain.dm @@ -141,7 +141,7 @@ to_chat(owner, "Your head feels foggy.") else if(prob(4)) owner.vomit() - to_chat(owner, "'You feel nauseous.") + to_chat(owner, "You feel nauseous.") /obj/item/organ/internal/brain/proc/handle_moderate_brain_damage() if(prob(4))