From 489e7f9762f618613284d3882456419dd854977f Mon Sep 17 00:00:00 2001 From: bencat07 Date: Mon, 3 Jun 2019 19:03:47 +0200 Subject: [PATCH] i heard you tried to tauntkill my catbot, catbot disagrees --- src/PlayerTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlayerTools.cpp b/src/PlayerTools.cpp index e6b60aa3..dee8ab2f 100644 --- a/src/PlayerTools.cpp +++ b/src/PlayerTools.cpp @@ -67,7 +67,7 @@ bool shouldTarget(CachedEntity *entity) { if (hoovy && IsHoovy(entity)) return false; - if (taunting && HasCondition(entity)) + if (taunting && HasCondition(entity) && CE_INT(entity, netvar.m_iTauntIndex) == 3) return false; if (HasCondition(entity)) return false;