From e293f5b012948d57aa7bd9a1818e6c135c4c3cf1 Mon Sep 17 00:00:00 2001 From: DoctorDrugs Date: Tue, 20 Aug 2019 16:23:53 -0400 Subject: [PATCH] Removes the ability to consume the divine vocal cords --- code/modules/surgery/organs/vocal_cords.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm index 94f6be4cc9a..9d91682f057 100644 --- a/code/modules/surgery/organs/vocal_cords.dm +++ b/code/modules/surgery/organs/vocal_cords.dm @@ -125,6 +125,9 @@ var/static/regex/multispin_words = regex("like a record baby") return owner.say(".x[command]") +/obj/item/organ/internal/vocal_cords/colossus/prepare_eat() + return + /obj/item/organ/internal/vocal_cords/colossus/can_speak_with() if(world.time < next_command) to_chat(owner, "You must wait [(next_command - world.time)/10] seconds before Speaking again.")