diff --git a/src/js/game/hud/parts/pinned_shapes.js b/src/js/game/hud/parts/pinned_shapes.js index 2171f76c..cecbe400 100644 --- a/src/js/game/hud/parts/pinned_shapes.js +++ b/src/js/game/hud/parts/pinned_shapes.js @@ -89,6 +89,10 @@ export class HUDPinnedShapes extends BaseHUDPart { } } + /** + * Updates the goal amounts in the pins when an upgrade is made. + * @param {string} upgradeId + */ recalculateGoals(upgradeId) { const amountForUpgradeShape = {};