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;