From 5e4ced1a60125153ec925738c4fa28d67afdf6f2 Mon Sep 17 00:00:00 2001 From: Fermi Date: Thu, 13 Jun 2019 02:26:04 +0100 Subject: [PATCH] Sorta changes to say.dm --- code/modules/mob/living/carbon/say.dm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/mob/living/carbon/say.dm b/code/modules/mob/living/carbon/say.dm index c3f0750273..948a92daa3 100644 --- a/code/modules/mob/living/carbon/say.dm +++ b/code/modules/mob/living/carbon/say.dm @@ -3,11 +3,9 @@ message = trauma.on_say(message) message = ..(message) - var/obj/item/organ/vocal_cords/Vc = getorganslot(ORGAN_SLOT_VOICE) + /obj/item/organ/vocal_cords/velvet/Vc = getorganslot(ORGAN_SLOT_VOICE) if(Vc) - if(Vc.name == "velvet chords" ) - //..() - velvetspeech(message, src) + velvetspeech(message, src) var/obj/item/organ/tongue/T = getorganslot(ORGAN_SLOT_TONGUE) if(!T) //hoooooouaah!