mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
-added ENABLE_ALL_WEAPON_CACHES and ENABLE_ALL_TERRORIST flags (requires new game to use)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@428 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -441,13 +441,17 @@ void DecideActiveTerrorists( void )
|
||||
case DIF_LEVEL_EASY:
|
||||
uiChance = 70;
|
||||
break;
|
||||
case DIF_LEVEL_HARD:
|
||||
case DIF_LEVEL_INSANE:
|
||||
uiChance = 30;
|
||||
break;
|
||||
default:
|
||||
uiChance = 50;
|
||||
break;
|
||||
}
|
||||
|
||||
if ( gGameExternalOptions.fEnableAllTerrorists )
|
||||
uiChance = 100;
|
||||
|
||||
// add at least 2 more
|
||||
ubNumAdditionalTerrorists = 2;
|
||||
for (ubLoop = 0; ubLoop < (MAX_ADDITIONAL_TERRORISTS - 2); ubLoop++)
|
||||
|
||||
Reference in New Issue
Block a user