From 1272aae2a71ead94d4b527d78f52d11cbbfc2481 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 566c73cd..b3ed90ab 100644 --- a/src/services/worldStateService.ts +++ b/src/services/worldStateService.ts @@ -2274,7 +2274,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => { }, Count: 0, Goal: 1, - BonusGoal: 1, + BonusGoal: 2, Success: 0, Personal: true, Bounty: true,