Misc updates/fixes

This commit is contained in:
hondacrx
2022-01-27 12:36:56 -05:00
parent 169abc1531
commit 6c0e21b4de
36 changed files with 415 additions and 354 deletions
+2 -2
View File
@@ -1317,8 +1317,8 @@ namespace Game.AI
_castCheckTimer = 0;
else
{
if (IsRangedAttacker())
{ // chase to zero if the target isn't in line of sight
if (IsRangedAttacker()) // chase to zero if the target isn't in line of sight
{
bool inLOS = me.IsWithinLOSInMap(target);
if (_chaseCloser != !inLOS)
{