Added NUMBER_TRAITS_NEEDED_FOR_ADVANCED_REPAIR option for technician level skill check

This commit is contained in:
Greysa
2026-03-12 17:29:30 +11:00
parent 29a6af3875
commit 3db9dcb3d5
+4 -1
View File
@@ -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
;******************************************************************************************************************************
;******************************************************************************************************************************