diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index bae91ffee..4d5fb5777 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -2592,10 +2592,11 @@ SHOCK_REDUCES_SIGHTRANGE = 1 COWERING_PENALTY_TO_SUPPRESSION_TOLERANCE = 4 ;------------------------------------------------------------------------------------------------------------------------------ -; These settings tell the AI how to behave when Suppress is enabled. The first tells the AI the minimum mag size of the weapon -; before suppression will be considered. And the second tells the AI minimum remaining ammo the weapon must have to be valid -; for suppression. Valid range is 0 to 1000. Setting the mag size to 0 will mean the AI will try to use suppression on every -; weapon which is the result you used to get when setting the AI Suppression flag to FALSE. +; These settings tell the AI which weapons can be used for suppression fire. +; The first tells the AI the minimum mag size of the weapon before suppression will be considered. +; And the second tells the AI minimum remaining ammo the weapon must have to be valid for suppression. +; Valid range is 0 to 1000. +; Setting the mag size to 0 will mean the AI will try to use suppression with every autofire capable weapon. ;------------------------------------------------------------------------------------------------------------------------------ AI_SUPPRESS_MIN_MAG_SIZE = 30 diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index b6fc5c01c..3ef3650f7 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -2568,10 +2568,11 @@ SHOCK_REDUCES_SIGHTRANGE = 0 COWERING_PENALTY_TO_SUPPRESSION_TOLERANCE = 0 ;------------------------------------------------------------------------------------------------------------------------------ -; These settings tell the AI how to behave when Suppress is enabled. The first tells the AI the minimum mag size of the weapon -; before suppression will be considered. And the second tells the AI minimum remaining ammo the weapon must have to be valid -; for suppression. Valid range is 0 to 1000. Setting the mag size to 0 will mean the AI will try to use suppression on every -; weapon which is the result you used to get when setting the AI Suppression flag to FALSE. +; These settings tell the AI which weapons can be used for suppression fire. +; The first tells the AI the minimum mag size of the weapon before suppression will be considered. +; And the second tells the AI minimum remaining ammo the weapon must have to be valid for suppression. +; Valid range is 0 to 1000. +; Setting the mag size to 0 will mean the AI will try to use suppression with every autofire capable weapon. ;------------------------------------------------------------------------------------------------------------------------------ AI_SUPPRESS_MIN_MAG_SIZE = 30