mirror of
https://github.com/ENSL/NS.git
synced 2025-04-20 16:30:56 +00:00
Commander scanning tweak
This commit is contained in:
parent
eec967b707
commit
32e7a74db5
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ bool AICOMM_CheckForNextBuildAction(AvHAIPlayer* pBot, commander_action* Action)
|
|||
|
||||
if (!bAlreadyScanning)
|
||||
{
|
||||
Vector BuildLocation = UTIL_GetRandomPointOnNavmeshInRadiusIgnoreReachability(GetBaseNavProfile(STRUCTURE_BASE_NAV_PROFILE), HiveUnderSiege->FloorLocation, UTIL_MetresToGoldSrcUnits(3.0f));
|
||||
Vector BuildLocation = UTIL_GetRandomPointOnNavmeshInRadiusIgnoreReachability(GetBaseNavProfile(MARINE_BASE_NAV_PROFILE), HiveUnderSiege->FloorLocation, UTIL_MetresToGoldSrcUnits(3.0f));
|
||||
|
||||
if (AICOMM_DeployItem(pBot, DEPLOYABLE_ITEM_SCAN, BuildLocation))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue