Skip to content

Commit

Permalink
add back big bonanaza
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Feb 11, 2024
1 parent 7998ba1 commit a280b05
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 a280b05

Please sign in to comment.