Skip to content

Commit

Permalink
set yield to one
Browse files Browse the repository at this point in the history
  • Loading branch information
Mees committed Nov 2, 2024
1 parent 3a200c7 commit baaa5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/trainingStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,7 @@ export const useTrainingStore = defineStore({
this.maxActiveCraftingRecipes = state.maxActiveCraftingRecipes ?? 1
this.miningDoubleChance = 0
this.xpMultiplier = 1
this.modifiers.mining.yield = 1

this.addMilestonesToMiningResources()
this.applyModifiers()
Expand Down

0 comments on commit baaa5c1

Please sign in to comment.