Skip to content

Commit

Permalink
Mark of grace amylase pack
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Oct 6, 2024
1 parent 2b5431a commit 88d9b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/lib/data/buyables/buyables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -833,9 +833,9 @@ const Buyables: Buyable[] = [
gpCost: 400
},
{
name: 'Amylase pack',
name: 'Amylase pack (Mark of grace)',
outputItems: new Bank({
'Amylase crystal': 100
'Amylase pack': 1
}),
itemCost: new Bank({ 'Mark of grace': 10 })
},
Expand Down
4 changes: 2 additions & 2 deletions tests/unit/snapshots/banksnapshots.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ exports[`OSB Buyables 1`] = `
"itemCost": {
"11849": 10,
},
"name": "Amylase pack",
"name": "Amylase pack (Mark of grace)",
"outputItems": {
"12640": 100,
"12641": 1,
},
},
{
Expand Down

0 comments on commit 88d9b17

Please sign in to comment.