diff --git a/src/constants/index.ts b/src/constants/index.ts index f4ad4ab..244aabd 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -224,14 +224,14 @@ export const ITEMS: Record = { name: 'Grape', emoji: '๐Ÿ‡', buyPrice: null, - sellPrice: 20, + sellPrice: 3, }, grape_juice: { id: 'grape_juice', name: 'Grape Juice', emoji: '๐Ÿ‡juice', buyPrice: null, - sellPrice: 100, + sellPrice: 50, }, wine: { id: 'wine',