Revert "Update living.dm"

This reverts commit f61fb2b5bf.
This commit is contained in:
Timothy Teakettle
2021-01-13 15:55:52 +00:00
parent f61fb2b5bf
commit 3dfd8f9435
-4
View File
@@ -359,10 +359,6 @@
if(QDELETED(tasted) || (tasted.ckey && !(tasted.client?.prefs.vore_flags & LICKABLE)) || !Adjacent(tasted) || incapacitated(ignore_restraints = TRUE))
return
if(ishuman(tasted))
var/mob/living/carbon/human/H = tasted
H.wash_cream()
visible_message("<span class='warning'>[src] licks [tasted]!</span>","<span class='notice'>You lick [tasted]. They taste rather like [tasted.get_taste_message()].</span>","<b>Slurp!</b>")
/mob/living/proc/get_taste_message(allow_generic = TRUE, datum/species/mrace)