Skip to content

Commit

Permalink
spread the byStat in ingredientsToFillWith
Browse files Browse the repository at this point in the history
  • Loading branch information
spaghetti-squash committed Dec 17, 2023
1 parent 3c16bba commit 5dd5a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/garbo/src/resources/latte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ingredientsToFillWith(): Ingredients {
...desirableIngredients().filter((i) =>
Latte.ingredientsUnlocked().includes(i),
),
byStat<Latte.Ingredient[]>({
...byStat<Latte.Ingredient[]>({
Muscle: ["vanilla", "pumpkin", "cinnamon"],
Moxie: ["cinnamon", "pumpkin", "vanilla"],
Mysticality: ["pumpkin", "vanilla", "cinnamon"],
Expand Down

0 comments on commit 5dd5a14

Please sign in to comment.