From a6a14499519d0c2cfb298f39bdef241156965090 Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Fri, 27 Sep 2019 11:44:15 +0100 Subject: [PATCH] This was supposed to be the atomised branch aaargh!! --- code/modules/surgery/organs/tongue.dm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/modules/surgery/organs/tongue.dm b/code/modules/surgery/organs/tongue.dm index ae9b2231ae..3dd5c7b2b7 100644 --- a/code/modules/surgery/organs/tongue.dm +++ b/code/modules/surgery/organs/tongue.dm @@ -30,6 +30,14 @@ /obj/item/organ/tongue/proc/handle_speech(datum/source, list/speech_args) +/obj/item/organ/tongue/emp_act(severity) + . = ..() + if(. & EMP_PROTECT_SELF) + return + if(organ_flags & ORGAN_SYNTHETIC) + var/errormessage = list("Runtime in tongue.dm, line 39: Undefined operation \"zapzap ow my tongue\"", "afhsjifksahgjkaslfhashfjsak", "-1.#IND", "Graham's number", "inside you all along", "awaiting at least 1 approving review before merging this taste request") + owner.say("The pH is appropriately [pick(errormessage)].") + /obj/item/organ/tongue/applyOrganDamage(var/d, var/maximum = maxHealth) if(!d) //Micro-optimization.