Skip to content

Commit

Permalink
re add price
Browse files Browse the repository at this point in the history
weird ubuntu error with no gpcost definition, added as 0, has same effect either way
  • Loading branch information
DarkWorldsArtist committed Oct 30, 2024
1 parent 1de74f9 commit 0c9b310
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/data/buyables/buyables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1108,10 +1108,12 @@ const Buyables: Buyable[] = [
},
{
name: 'Diving apparatus',
gpCost: 0,
qpRequired: 30
},
{
name: 'Fishbowl helmet',
gpCost: 0,
qpRequired: 30
},
...sepulchreBuyables,
Expand Down

0 comments on commit 0c9b310

Please sign in to comment.