diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index c3f655632..12840cd65 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -1091,6 +1091,13 @@ SHOOT_UNSEEN_PENALTY = 100 ; This saves AP if we decide to immediately continue moving to another location. NO_STANDING_ANIM_ADJUSTMENT_IN_COMBAT = TRUE +;------------------------------------------------------------------------------------------------------------------------------ +; Default: TRUE +; Automatically close tactical inventory screen and return to team panel when Player ends his turn. +;------------------------------------------------------------------------------------------------------------------------------ + +AUTO_COLLAPSE_INVENTORY_ON_TURN_END = TRUE + ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index 2e0fa341a..fcbde762d 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -1090,6 +1090,13 @@ SHOOT_UNSEEN_PENALTY = 100 ; This saves AP if we decide to immediately continue moving to another location. NO_STANDING_ANIM_ADJUSTMENT_IN_COMBAT = FALSE +;------------------------------------------------------------------------------------------------------------------------------ +; Default: TRUE +; Automatically close tactical inventory screen and return to team panel when Player ends his turn. +;------------------------------------------------------------------------------------------------------------------------------ + +AUTO_COLLAPSE_INVENTORY_ON_TURN_END = FALSE + ;****************************************************************************************************************************** ;******************************************************************************************************************************