Skip to content

Commit

Permalink
Increase athelas buy limit from 500 to 5000
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Nov 2, 2024
1 parent ab9aba9 commit 3cda248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/customItems/customItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ setCustomItem(50_007, 'Blacksmith boots', 'Rune boots', {}, 100_000);

setCustomItem(50_008, 'Mysterious seed', 'Magic seed', {}, 100_000);
setCustomItem(50_009, 'Athelas seed', 'Magic seed', {}, 50_000);
setCustomItem(50_010, 'Athelas', 'Magic seed', { buy_limit: 500 }, 100_000);
setCustomItem(50_010, 'Athelas', 'Magic seed', { buy_limit: 5000 }, 100_000);

// Master farmer
setCustomItem(50_011, 'Ent hide', 'Magic seed', {}, 1_000_000);
Expand Down

0 comments on commit 3cda248

Please sign in to comment.