From d15d6bb742539b3665d7c9ac747f8f8d97ced7a5 Mon Sep 17 00:00:00 2001 From: Bone White Date: Sun, 27 Jul 2014 21:37:33 +0100 Subject: [PATCH] Minor surgery typo "exposing the brain help within" Fixed a typo in organ_external --- code/modules/organs/organ_external.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index cda609d37d9..ae2d1ace05d 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -1015,7 +1015,7 @@ Note that amputating the affected organ does in fact remove the infection from t /datum/organ/external/head/proc/breakskull() if(brained) return - owner.visible_message("\red The top of \the [owner]'s skull breaks, exposing the brain help within.", \ + owner.visible_message("\red The top of \the [owner]'s skull breaks, exposing the brain within.", \ "\red Unbearable pain hits you as the top of your skull breaks and exposes your brain!", \ "\red You hear a sickening crack.") owner.expose_brain()