i heard you tried to tauntkill my catbot, catbot disagrees
This commit is contained in:
parent
07ad67aaa1
commit
489e7f9762
@ -67,7 +67,7 @@ bool shouldTarget(CachedEntity *entity)
|
|||||||
{
|
{
|
||||||
if (hoovy && IsHoovy(entity))
|
if (hoovy && IsHoovy(entity))
|
||||||
return false;
|
return false;
|
||||||
if (taunting && HasCondition<TFCond_Taunting>(entity))
|
if (taunting && HasCondition<TFCond_Taunting>(entity) && CE_INT(entity, netvar.m_iTauntIndex) == 3)
|
||||||
return false;
|
return false;
|
||||||
if (HasCondition<TFCond_HalloweenGhostMode>(entity))
|
if (HasCondition<TFCond_HalloweenGhostMode>(entity))
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user