Skip to content

Commit

Permalink
fix twitchers message for clue only trees
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit committed Mar 20, 2024
1 parent 044d6c1 commit 5dc9070
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tasks/minions/woodcuttingActivity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ export const woodcuttingTask: MinionTask = {
if (twitcherSetting !== undefined) {
str += `Your Twitcher's gloves increases the chance of receiving ${twitcherSetting} nests.\n`;
}
} else if (twitcherSetting === 'clue') {
str += `Your Twitcher's gloves increases the chance of receiving ${twitcherSetting} nests.\n`;
}

// Forestry events
Expand Down

0 comments on commit 5dc9070

Please sign in to comment.