From 2fdd87aa1c3c6983d4510a4eb1d5d0c2d3dd609f Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Fri, 10 Oct 2025 04:34:57 +0200 Subject: [PATCH] Update worldStateService.ts --- src/services/worldStateService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/worldStateService.ts b/src/services/worldStateService.ts index dbd0411a..cea7c76f 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -2383,7 +2383,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => { }, Count: 0, Goal: 1, - BonusGoal: 1, + BonusGoal: 2, Success: 0, Personal: true, Bounty: true,