diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index a697c60eb..04bc3c5a9 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -2556,6 +2556,9 @@ NEARBY_FRIENDLIES_AFFECT_TOLERANCE = TRUE ; Characters gain 1 bonus tolerance point per each N tiles they move during their turn. TILES_MOVED_PER_BONUS_TOLERANCE_POINT = 5 +; More balanced suppression tolerance calculation, also suppression reistance affects AP loss from suppression +NEW_SUPPRESSION_CODE = TRUE + ;------------------------------------------------------------------------------------------------------------------------------ ; This controls how much Suppression Shock is taken when under fire. ; diff --git a/gamedir/Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini b/gamedir/Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini index c7a2a7ee1..3ea47c80d 100644 --- a/gamedir/Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini +++ b/gamedir/Data-UB/AddOns/Data-UB-1.13/Ja2_Options.ini @@ -2545,6 +2545,9 @@ NEARBY_FRIENDLIES_AFFECT_TOLERANCE = TRUE ; Characters gain 1 bonus tolerance point per each N tiles they move during their turn. TILES_MOVED_PER_BONUS_TOLERANCE_POINT = 5 +; More balanced suppression tolerance calculation, also suppression reistance affects AP loss from suppression +NEW_SUPPRESSION_CODE = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; This controls how much Suppression Shock is taken when under fire. ; diff --git a/gamedir/Data-UB/AddOns/Data-UB-Vanilla/Ja2_Options.INI b/gamedir/Data-UB/AddOns/Data-UB-Vanilla/Ja2_Options.INI index 3e7101810..61f12733d 100644 --- a/gamedir/Data-UB/AddOns/Data-UB-Vanilla/Ja2_Options.INI +++ b/gamedir/Data-UB/AddOns/Data-UB-Vanilla/Ja2_Options.INI @@ -2534,6 +2534,9 @@ NEARBY_FRIENDLIES_AFFECT_TOLERANCE = FALSE ; Characters gain 1 bonus tolerance point per each N tiles they move during their turn. TILES_MOVED_PER_BONUS_TOLERANCE_POINT = 5 +; More balanced suppression tolerance calculation, also suppression reistance affects AP loss from suppression +NEW_SUPPRESSION_CODE = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; This controls how much Suppression Shock is taken when under fire. ; diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 170657e71..d60c3b74e 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -2556,6 +2556,9 @@ NEARBY_FRIENDLIES_AFFECT_TOLERANCE = FALSE ; Characters gain 1 bonus tolerance point per each N tiles they move during their turn. TILES_MOVED_PER_BONUS_TOLERANCE_POINT = 5 +; More balanced suppression tolerance calculation, also suppression reistance affects AP loss from suppression +NEW_SUPPRESSION_CODE = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; This controls how much Suppression Shock is taken when under fire. ;