From 712e24ec864d6ab738cbb964fdcc457d66516f2f Mon Sep 17 00:00:00 2001 From: Sevenfm Date: Sat, 11 Apr 2020 11:15:05 +0000 Subject: [PATCH] New option: SOLDIER_TOOLTIP_DEBUG_AI shows additional AI debug information. git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2529 4f8fa57e-7814-0410-bad4-adc449f26b7c --- Data-1.13/Ja2_Options.INI | 3 ++- Data/Ja2_Options.INI | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Data-1.13/Ja2_Options.INI b/Data-1.13/Ja2_Options.INI index 2af16744d..2b223c28e 100644 --- a/Data-1.13/Ja2_Options.INI +++ b/Data-1.13/Ja2_Options.INI @@ -1605,7 +1605,8 @@ DYNAMIC_TOOLTIP_RANGE_MODIFIER = 75 ; Change the amount of details received in the tooltip, based on your range to that enemy? ALLOW_DYNAMIC_TOOLTIP_DETAIL_LEVEL = TRUE - +; Debug tooltip showing additional AI information. +SOLDIER_TOOLTIP_DEBUG_AI = FALSE ;****************************************************************************************************************************** ;****************************************************************************************************************************** diff --git a/Data/Ja2_Options.INI b/Data/Ja2_Options.INI index e63406864..740c14b3b 100644 --- a/Data/Ja2_Options.INI +++ b/Data/Ja2_Options.INI @@ -1604,7 +1604,8 @@ DYNAMIC_TOOLTIP_RANGE_MODIFIER = 75 ; Change the amount of details received in the tooltip, based on your range to that enemy? ALLOW_DYNAMIC_TOOLTIP_DETAIL_LEVEL = FALSE - +; Debug tooltip showing additional AI information. +SOLDIER_TOOLTIP_DEBUG_AI = FALSE ;****************************************************************************************************************************** ;******************************************************************************************************************************