From 6b895e388919cd6b3afc97f1bc8d87d9b35b1213 Mon Sep 17 00:00:00 2001 From: PsiOmega Date: Fri, 31 Oct 2014 14:56:09 +0100 Subject: [PATCH] Nasty voices and now noises Some inconsistency when body parts rip. Two sections say voice, one noise. Going with noise unless it happens to be a use of voice I'm unfamiliar with. --- code/modules/organs/organ_external.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/organs/organ_external.dm b/code/modules/organs/organ_external.dm index 874bb93672..6bbf2553c9 100644 --- a/code/modules/organs/organ_external.dm +++ b/code/modules/organs/organ_external.dm @@ -247,8 +247,8 @@ This function completely restores a damaged organ to perfect condition. W.open_wound(damage) if(prob(25)) //maybe have a separate message for BRUISE type damage? - owner.visible_message("\red The wound on [owner.name]'s [display_name] widens with a nasty ripping voice.",\ - "\red The wound on your [display_name] widens with a nasty ripping voice.",\ + owner.visible_message("\red The wound on [owner.name]'s [display_name] widens with a nasty ripping noise.",\ + "\red The wound on your [display_name] widens with a nasty ripping noise.",\ "You hear a nasty ripping noise, as if flesh is being torn apart.") return