From fb92287f9ccac5d205baebe65328fba0234e2606 Mon Sep 17 00:00:00 2001 From: Snarling <84951833+Snarling@users.noreply.github.com> Date: Wed, 13 Oct 2021 01:24:30 -0400 Subject: [PATCH] Update skill levels after updating mults for SF and fragments --- src/CotMG/StaneksGift.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CotMG/StaneksGift.ts b/src/CotMG/StaneksGift.ts index 19267a66d..e679ad8f2 100644 --- a/src/CotMG/StaneksGift.ts +++ b/src/CotMG/StaneksGift.ts @@ -193,6 +193,7 @@ export class StaneksGift implements IStaneksGift { break; } } + p.updateSkillLevels(); } prestigeAugmentation(): void {