diff --git a/project/src/services/RepairService.ts b/project/src/services/RepairService.ts index 3a099022..a5d6e113 100644 --- a/project/src/services/RepairService.ts +++ b/project/src/services/RepairService.ts @@ -154,7 +154,10 @@ export class RepairService { const skillPoints = this.getWeaponRepairSkillPoints(repairDetails); - this.profileHelper.addSkillPointsToPlayer(pmcData, SkillTypes.WEAPON_TREATMENT, skillPoints, true); + if (skillPoints > 0) + { + this.profileHelper.addSkillPointsToPlayer(pmcData, SkillTypes.WEAPON_TREATMENT, skillPoints, true); + } } // Handle kit repairs of armor