Skip to content

Commit

Permalink
Fix more tests / price abuses + snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
themrrobert committed May 27, 2024
1 parent 220fb7d commit 4790dfc
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion src/lib/data/buyables/buyables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ for (const cape of allTeamCapes) {
Buyables.push({
name: cape.name,
outputItems: new Bank().add(cape.id),
gpCost: 15_000
gpCost: 20_000
});
}

Expand Down
Loading

0 comments on commit 4790dfc

Please sign in to comment.