From 3db9dcb3d545802866cf8e000657ab0bbbb676b6 Mon Sep 17 00:00:00 2001 From: Greysa <52637570+Greysa@users.noreply.github.com> Date: Thu, 12 Mar 2026 17:29:30 +1100 Subject: [PATCH] Added NUMBER_TRAITS_NEEDED_FOR_ADVANCED_REPAIR option for technician level skill check --- Data-1.13/Skills_Settings.INI | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Data-1.13/Skills_Settings.INI b/Data-1.13/Skills_Settings.INI index 913d39154..3ed410344 100644 --- a/Data-1.13/Skills_Settings.INI +++ b/Data-1.13/Skills_Settings.INI @@ -431,7 +431,10 @@ NUMBER_TRAITS_TO_BE_ABLE_TO_REPAIR_THE_ROBOT = 1 ; If ADVANCED_REPAIR is set to in JA2_Options.ini, items can normally only be repaired up to their item treshold. ; Local weaponsmiths can restore this up to 100% during repair. ; If set to TRUE, mercs with this trait can also do this. -MERCS_CAN_DO_ADVANCED_REPAIRS = FALSE +MERCS_CAN_DO_ADVANCED_REPAIRS = TRUE + +; Technician level required to do ADVANCED_REPAIR. +NUMBER_TRAITS_NEEDED_FOR_ADVANCED_REPAIR = 2 ;****************************************************************************************************************************** ;******************************************************************************************************************************