diff --git a/project/src/controllers/HideoutController.ts b/project/src/controllers/HideoutController.ts index 7ce8ca9e..7de9b430 100644 --- a/project/src/controllers/HideoutController.ts +++ b/project/src/controllers/HideoutController.ts @@ -198,8 +198,7 @@ export class HideoutController } // Add Skill Points Per Area Upgrade - //TODO using a variable for value of increment - this.playerService.incrementSkillLevel(pmcData, SkillTypes.HIDEOUT_MANAGEMENT, 80); + this.playerService.incrementSkillLevel(pmcData, SkillTypes.HIDEOUT_MANAGEMENT, this.databaseServer.getTables().globals.config.SkillsSettings.HideoutManagement.SkillPointsPerAreaUpgrade); return output; }