From 0c9b310aaf05e6a0460c43db735d8fc679fad6ff Mon Sep 17 00:00:00 2001 From: Dark <96085008+DarkWorldsArtist@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:00:29 -0400 Subject: [PATCH] re add price weird ubuntu error with no gpcost definition, added as 0, has same effect either way --- src/lib/data/buyables/buyables.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/data/buyables/buyables.ts b/src/lib/data/buyables/buyables.ts index 2d3d1bae2b..3f76f32bcf 100644 --- a/src/lib/data/buyables/buyables.ts +++ b/src/lib/data/buyables/buyables.ts @@ -1108,10 +1108,12 @@ const Buyables: Buyable[] = [ }, { name: 'Diving apparatus', + gpCost: 0, qpRequired: 30 }, { name: 'Fishbowl helmet', + gpCost: 0, qpRequired: 30 }, ...sepulchreBuyables,