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