diff --git a/Tactical/Handle Items.cpp b/Tactical/Handle Items.cpp index acfa0d2a..4f191d67 100644 --- a/Tactical/Handle Items.cpp +++ b/Tactical/Handle Items.cpp @@ -1330,6 +1330,7 @@ INT32 HandleItem( SOLDIERTYPE *pSoldier, UINT16 usGridNo, INT8 bLevel, UINT16 us // ATE: Don't charge turning... pSoldier->fDontChargeTurningAPs = TRUE; + pSoldier->fDontChargeAPsForStanceChange = TRUE; FireWeapon( pSoldier, sTargetGridNo ); }