diff --git a/src/js/game/hud/parts/sandbox_controller.js b/src/js/game/hud/parts/sandbox_controller.js index 07a3081a..6bf277bb 100644 --- a/src/js/game/hud/parts/sandbox_controller.js +++ b/src/js/game/hud/parts/sandbox_controller.js @@ -75,6 +75,9 @@ export class HUDSandboxController extends BaseHUDPart { } giveBlueprints() { + if (!this.root.hubGoals.storedShapes[blueprintShape]) { + this.root.hubGoals.storedShapes[blueprintShape] = 0; + } this.root.hubGoals.storedShapes[blueprintShape] += 1e4; }