Skip to content

Commit

Permalink
Allow cleaning Korulsi on harvest (#5755)
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-TURBO authored Oct 27, 2024
1 parent c0be06f commit b83c7f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/bankImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ const forcedShortNameMap = new Map<number, string>([

// BSO exclusive misc
[i('Athelas'), 'athelas'],
[i('Korulsi'), 'korulsi'],
[i('Grimy korulsi'), 'korulsi'],
[i('Athelas seed'), 'athelas'],
[i('Mysterious seed'), 'mysterious'],
[i('Mango seed'), 'mango'],
Expand Down
3 changes: 3 additions & 0 deletions src/lib/skilling/skills/farming/herbPlants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,9 @@ const herbPlants: Plant[] = [
aliases: ['korulsi seed'],
inputItems: new Bank({ 'Korulsi seed': 1 }),
outputCrop: itemID('Grimy korulsi'),
cleanHerbCrop: itemID('Korulsi'),
herbXp: 25,
herbLvl: 110,
petChance: 97_364,
seedType: 'herb',
growthTime: 85,
Expand Down

0 comments on commit b83c7f3

Please sign in to comment.