From 4a6e830eb302740fdaeca3ed5622bc58966f42e1 Mon Sep 17 00:00:00 2001
From: "Marcus D. Johnston" <93160383+Aurrain@users.noreply.github.com>
Date: Sun, 7 Apr 2024 16:08:06 -0700
Subject: [PATCH] Anti Lickheal Update

Hunting the defs.
---
 code/game/objects/hand_items.dm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/game/objects/hand_items.dm b/code/game/objects/hand_items.dm
index 70dc3c3b963..88f27dc1e7f 100644
--- a/code/game/objects/hand_items.dm
+++ b/code/game/objects/hand_items.dm
@@ -62,11 +62,11 @@
 		var/mob/living/carbon/mlemmed = licked
 		if(!mlemmed.get_bodypart(user.zone_selected))
 			return FALSE
-		if(lick_wound(licked, user) == LICK_CANCEL)
+/*		if(lick_wound(licked, user) == LICK_CANCEL)
 			return TRUE // one thing at a time
 		if(lick_heal(licked, user) == LICK_CANCEL)
 			return TRUE // one thing at a time
-
+*/
 	if(SEND_SIGNAL(licked, COMSIG_ATOM_LICKED, user, src))
 		return TRUE