Advanced repairs skill check (#581)

* Add technician level skill check for advanced repair

* changed readability
This commit is contained in:
Greysa
2026-03-17 10:35:29 +01:00
committed by GitHub
parent 481e95d42d
commit 0a758179c2
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -2145,6 +2145,7 @@ typedef struct
UINT8 ubTERepairRobotPenaltyReduction;
UINT8 ubTETraitsNumToRepairRobot;
BOOLEAN fTETraitsCanRestoreItemThreshold;
UINT8 ubTechLevelNeededForAdvancedRepair; // if we have a high enough technician level, we can repair items above the normal threshold (1 for technician, 2 for engineer)
// DOCTOR
UINT8 ubDONumberTraitsNeededForSurgery;