From 74a4e80e091f0f10c7c0bc1e6d53290074d01ab4 Mon Sep 17 00:00:00 2001 From: Wanne Date: Fri, 4 Sep 2009 07:39:08 +0000 Subject: [PATCH] - Added new ja2_options.ini property(BOBBY_RAY_TOOLTIPS_SHOW_POSSIBLE_ATTACHMENTS) from HAM 3: Not used in current SVN EXE. - Updated INI Editor xml to use the new property git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1188 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 9 ++++++++- gamedir/Data/Ja2_Options.INI | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 91d4270d1..eab2c5d47 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -1345,4 +1345,11 @@ SMART_TRAINING-WAKE_HANDLER = 0 ; trainer awake to work with them. However, they will rest until the trainer awakes, so fatigue isn't lost while they wait. ;****************************************************************************************************************************** -SMART_TRAINING_REST = 0 \ No newline at end of file +SMART_TRAINING_REST = 0 + +;****************************************************************************************************************************** +; This setting controls, if attachments on weapons should be shown in the tooltip when hovering over a weapon +; in Bobby Rays shop. +;****************************************************************************************************************************** + +BOBBY_RAY_TOOLTIPS_SHOW_POSSIBLE_ATTACHMENTS = TRUE \ No newline at end of file diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 3262bd517..14cdb93f5 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -1346,4 +1346,11 @@ SMART_TRAINING-WAKE_HANDLER = 0 ; trainer awake to work with them. However, they will rest until the trainer awakes, so fatigue isn't lost while they wait. ;****************************************************************************************************************************** -SMART_TRAINING_REST = 0 \ No newline at end of file +SMART_TRAINING_REST = 0 + +;****************************************************************************************************************************** +; This setting controls, if attachments on weapons should be shown in the tooltip when hovering over a weapon +; in Bobby Rays shop. +;****************************************************************************************************************************** + +BOBBY_RAY_TOOLTIPS_SHOW_POSSIBLE_ATTACHMENTS = FALSE \ No newline at end of file