From 3dfd8f9435e19e227acbfd3037bc3a6b902b680a Mon Sep 17 00:00:00 2001
From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com>
Date: Wed, 13 Jan 2021 15:55:52 +0000
Subject: [PATCH] Revert "Update living.dm"
This reverts commit f61fb2b5bfc7e9c0d160dcb1957f82f031010a1f.
---
code/modules/vore/eating/living.dm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/code/modules/vore/eating/living.dm b/code/modules/vore/eating/living.dm
index 41d7da16a1..a0ae58a44d 100644
--- a/code/modules/vore/eating/living.dm
+++ b/code/modules/vore/eating/living.dm
@@ -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("[src] licks [tasted]!","You lick [tasted]. They taste rather like [tasted.get_taste_message()].","Slurp!")
/mob/living/proc/get_taste_message(allow_generic = TRUE, datum/species/mrace)