From 9622fbeeb812c3e38f7116f8e5ecf7a3f2bf84d1 Mon Sep 17 00:00:00 2001 From: Flugente Date: Thu, 31 Oct 2019 23:41:58 +0000 Subject: [PATCH] If the new JA2_Options.ini option GEARKITS_ALWAYS_AVAILABLE is TRUE (default: FALSE), a merc's gear kits are always available during the hiring process, even if they've been bought before. For more info, see http://thepit.ja-galaxy-forum.com/index.php?t=msg&goto=358411&#msg_358411 git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2482 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 7 +++++++ gamedir/Data/Ja2_Options.INI | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 14f0d9b5d..7122d508b 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -288,6 +288,13 @@ SLAY_STAYS_FOREVER = FALSE SLAY_HOURLY_CHANCE_TO_LEAVE = 15 +;------------------------------------------------------------------------------------------------------------------------------ +; On the A.I.M/M.E.R.C websites, a merc's gear kits are always available during the hiring process, even if they've been bought +; before. +;------------------------------------------------------------------------------------------------------------------------------ + +GEARKITS_ALWAYS_AVAILABLE = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; Recruitable Speck - If set to TRUE, Speck can be hired from MERC website. Hired, he'll no longer appear at Speck Com, but will ; comment on current situation from battlefield if able to (alive and well). diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index f51d285ba..e63406864 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -302,6 +302,13 @@ SLAY_STAYS_FOREVER = FALSE SLAY_HOURLY_CHANCE_TO_LEAVE = 15 +;------------------------------------------------------------------------------------------------------------------------------ +; On the A.I.M/M.E.R.C websites, a merc's gear kits are always available during the hiring process, even if they've been bought +; before. +;------------------------------------------------------------------------------------------------------------------------------ + +GEARKITS_ALWAYS_AVAILABLE = FALSE + ;------------------------------------------------------------------------------------------------------------------------------ ; Recruitable Speck - If set to TRUE, Speck can be hired from MERC website. Hired, he'll no longer appear at Speck Com, but will ; comment on current situation from battlefield if able to (alive and well).