Skip to content

Commit

Permalink
fix? storageModifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Mees committed Nov 2, 2024
1 parent fd691b8 commit a2b16de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/stores/equipmentStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ export const useEquipmentStore = defineStore('equipmentStore', {
this.loadOuts = state.loadOuts ?? []
this.maxLoadOuts = state.maxLoadOuts ?? this.maxLoadOuts
this.maxAccessories = 2
this.storageModifier = 1
},

loadEquippedItems(equippedItems, context) {
Expand Down Expand Up @@ -505,6 +506,8 @@ export const useEquipmentStore = defineStore('equipmentStore', {

this.maxLoadOuts = 3

this.storageModifier = 1

// Recalculate set bonuses
this.checkForSetBonus()

Expand Down
2 changes: 1 addition & 1 deletion src/types/trainingTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export enum ResourceType {
CarapaceFragment = 'Carapace Fragment',
AntLarvae = 'Ant Larvae',
AntPheromones = 'Ant Pheromones',
RoyalJelly = 'Royal Jelly',
RoyalJelly = 'Royal Jelly Essence',
}

export enum CraftingRecipeType {
Expand Down

0 comments on commit a2b16de

Please sign in to comment.