From 6b303ccecc247c9b717fb789b858c0f12de083e9 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Tue, 25 Apr 2017 21:52:13 -0500 Subject: [PATCH] /tg/ has tongues in their own file, maybe we should too? --- code/modules/surgery/organs/organ_internal.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/surgery/organs/organ_internal.dm b/code/modules/surgery/organs/organ_internal.dm index ac306ee7c4..aef6d888e8 100644 --- a/code/modules/surgery/organs/organ_internal.dm +++ b/code/modules/surgery/organs/organ_internal.dm @@ -675,6 +675,14 @@ if("papyrus") . |= SPAN_PAPYRUS +/obj/item/organ/tongue/bone/plasmaman + name = "plasma bone \"tongue\"" + desc = "Like animated skeletons, Plasmamen vibrate their teeth in order to produce speech." + icon_state = "tongueplasma" + +/obj/item/organ/tongue/bone/plasmaman/get_spans() + return + /obj/item/organ/tongue/robot name = "robotic voicebox" desc = "A voice synthesizer that can interface with organic lifeforms."