mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
added new option in Skills_Settings.ini: [Covert Ops] COVERT_TURNCOATS_ACTIVATE_IN_AUTORESOLVE
if enabled, turncoats will automatically activate when entering an autoresolve battle git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9365 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3107,6 +3107,8 @@ void CalculateAutoResolveInfo()
|
||||
}
|
||||
else
|
||||
{
|
||||
ActivateTurncoatsForAutoResolve( gpAR->ubSectorX, gpAR->ubSectorY );
|
||||
|
||||
GetNumberOfEnemiesInFiveSectors( gpAR->ubSectorX, gpAR->ubSectorY,
|
||||
&gpAR->ubAdmins, &gpAR->ubTroops, &gpAR->ubElites, &gpAR->ubRobots, &gpAR->ubTanks, &gpAR->ubJeeps );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user