the cybertongue fuckin sucks dude

This commit is contained in:
TotallyNotADog
2021-11-03 23:17:30 -05:00
parent 16f829f1aa
commit c0652f1da2
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -46,10 +46,6 @@
if ((from.pH > 12.5) || (from.pH < 1.5))
to_chat(src, "<span class='warning'>You taste chemical burns!</span>")
T.applyOrganDamage(5)
if(istype(T, /obj/item/organ/tongue/cybernetic) && T.owner?.stat != DEAD)
to_chat(src, "<span class='notice'>Your tongue moves on it's own in response to the liquid.</span>")
say("The pH is appropriately [round(from.pH, 1)].")
return
if (!HAS_TRAIT(src, TRAIT_AGEUSIA)) //I'll let you get away with not having 1 damage.
if(last_ph_taste_time + 50 < world.time)
var/ph_taste_number
+1 -1
View File
@@ -43,7 +43,7 @@
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)].")
owner.say("The pH is approximately [pick(errormessage)].")
/obj/item/organ/tongue/applyOrganDamage(var/d, var/maximum = maxHealth)