Merge remote-tracking branch 'nullworks/newui' into Pathfinder
This commit is contained in:
commit
df95cbaa81
@ -187,7 +187,7 @@ void CreateMove()
|
|||||||
if (random_spot.z)
|
if (random_spot.z)
|
||||||
nav::NavTo(random_spot, true, true);
|
nav::NavTo(random_spot, true, true);
|
||||||
}
|
}
|
||||||
else
|
else if (cdr.check(5000))
|
||||||
{
|
{
|
||||||
CachedEntity *tar = NearestEnemy();
|
CachedEntity *tar = NearestEnemy();
|
||||||
if (CE_BAD(tar))
|
if (CE_BAD(tar))
|
||||||
|
Reference in New Issue
Block a user