diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index d9984bfd6..a0ea51e50 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -1901,6 +1901,18 @@ POISON_INFECTION_DAMAGE_MULTIPLIER = 4.0 ;****************************************************************************************************************************** ;****************************************************************************************************************************** +[Tactical Fortification Settings] + +;****************************************************************************************************************************** +; In this section you can specify settings for the fortification system +;****************************************************************************************************************************** + +; If set to false, we cannot fill sandbags or set up/remove fortifications while enemies are in the sector +FORTIFICATION_ALLOW_IN_HOSTILE_SECTOR = FALSE + +;****************************************************************************************************************************** +;****************************************************************************************************************************** + ; #### ##### ### ## ##### #### #### ### #### #### #### ##### ##### ### # # #### #### ; # # # # # # # # # # # # # # # # ## # # # diff --git a/Data-JA2Demo/Ja2_Options.INI b/Data-JA2Demo/Ja2_Options.INI index 5377b8ecf..ed3e6717b 100644 --- a/Data-JA2Demo/Ja2_Options.INI +++ b/Data-JA2Demo/Ja2_Options.INI @@ -1898,8 +1898,14 @@ POISON_INFECTION_DAMAGE_MULTIPLIER = 4.0 ;****************************************************************************************************************************** ;****************************************************************************************************************************** +[Tactical Fortification Settings] +;****************************************************************************************************************************** +; In this section you can specify settings for the fortification system +;****************************************************************************************************************************** +; If set to false, we cannot fill sandbags or set up/remove fortifications while enemies are in the sector +FORTIFICATION_ALLOW_IN_HOSTILE_SECTOR = FALSE ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data-UB/Data-Files/Ja2_Options.ini b/Data-UB/Data-Files/Ja2_Options.ini index 7c0a8cdde..e89529610 100644 --- a/Data-UB/Data-Files/Ja2_Options.ini +++ b/Data-UB/Data-Files/Ja2_Options.ini @@ -1901,8 +1901,14 @@ POISON_INFECTION_DAMAGE_MULTIPLIER = 4.0 ;****************************************************************************************************************************** ;****************************************************************************************************************************** +[Tactical Fortification Settings] +;****************************************************************************************************************************** +; In this section you can specify settings for the fortification system +;****************************************************************************************************************************** +; If set to false, we cannot fill sandbags or set up/remove fortifications while enemies are in the sector +FORTIFICATION_ALLOW_IN_HOSTILE_SECTOR = FALSE ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index 32e91fa41..7811f80fe 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -1902,8 +1902,14 @@ POISON_INFECTION_DAMAGE_MULTIPLIER = 4.0 ;****************************************************************************************************************************** ;****************************************************************************************************************************** +[Tactical Fortification Settings] +;****************************************************************************************************************************** +; In this section you can specify settings for the fortification system +;****************************************************************************************************************************** +; If set to false, we cannot fill sandbags or set up/remove fortifications while enemies are in the sector +FORTIFICATION_ALLOW_IN_HOSTILE_SECTOR = FALSE ;****************************************************************************************************************************** ;******************************************************************************************************************************