mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Allow status black cover advance with full AP
This commit is contained in:
@@ -5975,7 +5975,7 @@ INT16 ubMinAPCost;
|
||||
// Black cover advance
|
||||
if (SoldierAI(pSoldier) &&
|
||||
gfTurnBasedAI &&
|
||||
!pSoldier->bActionPoints == pSoldier->bInitialActionPoints &&
|
||||
//!pSoldier->bActionPoints == pSoldier->bInitialActionPoints &&
|
||||
pSoldier->bInitialActionPoints > APBPConstants[AP_MINIMUM] &&
|
||||
!gfHiddenInterrupt &&
|
||||
!gTacticalStatus.fInterruptOccurred &&
|
||||
|
||||
Reference in New Issue
Block a user