Skip to content

Commit

Permalink
adjusted rates again
Browse files Browse the repository at this point in the history
  • Loading branch information
Arodab committed Aug 18, 2024
1 parent 945a505 commit 4da296d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mahoji/commands/fish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function determineFishingTime(
} else if (fish.name === 'Tuna/Swordfish') {
if (powerfish) {
ticksPerRoll = 2;
lostTicks = 0.03;
lostTicks = 0.06;
}
}

Expand Down Expand Up @@ -386,7 +386,7 @@ export const fishCommand: OSBMahojiCommand = {
type: 'Fishing'
});

let response = `${user.minionName} is now fishing ${fish.name}, it'll take around ${formatDuration(duration)} to finish.`;
let response = `${user.minionName} is now fishing ${fish.name}, it'll take ${formatDuration(duration)} to finish.`;

if (boosts.length > 0) {
response += `\n\n**Boosts:** ${boosts.join(', ')}.`;
Expand Down

0 comments on commit 4da296d

Please sign in to comment.