Skip to content

Commit

Permalink
Make big bonanaza not repeatable (#5685)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit authored Feb 13, 2024
1 parent 7998ba1 commit be0cdc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/util/repeatStoredTrip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export const taskCanBeRepeated = (activity: Activity) => {
activity_type_enum.BossEvent,
activity_type_enum.Birdhouse,
activity_type_enum.HalloweenMiniMinigame,
activity_type_enum.BalthazarsBigBonanza,
activity_type_enum.GuthixianCache
] as activity_type_enum[]
).includes(activity.type);
Expand Down

0 comments on commit be0cdc3

Please sign in to comment.