From 4da296d4bfc788a47f92ec541640d327a77145a7 Mon Sep 17 00:00:00 2001 From: Arodab Date: Sun, 18 Aug 2024 11:38:20 -0300 Subject: [PATCH] adjusted rates again --- src/mahoji/commands/fish.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mahoji/commands/fish.ts b/src/mahoji/commands/fish.ts index d3d2e1fd12..4482d835e1 100644 --- a/src/mahoji/commands/fish.ts +++ b/src/mahoji/commands/fish.ts @@ -112,7 +112,7 @@ function determineFishingTime( } else if (fish.name === 'Tuna/Swordfish') { if (powerfish) { ticksPerRoll = 2; - lostTicks = 0.03; + lostTicks = 0.06; } } @@ -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(', ')}.`;