mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Allow bloodcats in RED state to roam farther
Bloodcat lair had a few cats with CLOSE PATROL orders, resulting them to move only 15 tiles from their starting point, allowing them to be picked off from afar with scoped rifles.
This commit is contained in:
@@ -2787,7 +2787,7 @@ INT16 RoamingRange(SOLDIERTYPE *pSoldier, INT32 * pusFromGridNo)
|
||||
BOOL OppPosKnown = FALSE;
|
||||
if (CREATURE_OR_BLOODCAT(pSoldier))
|
||||
{
|
||||
if (pSoldier->aiData.bAlertStatus == STATUS_BLACK)
|
||||
if (pSoldier->aiData.bAlertStatus > STATUS_YELLOW)
|
||||
{
|
||||
*pusFromGridNo = pSoldier->sGridNo; // from current position!
|
||||
return(MAX_ROAMING_RANGE);
|
||||
|
||||
Reference in New Issue
Block a user