diff --git a/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts b/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts index a76d760c8e..73bc895641 100644 --- a/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts +++ b/src/mahoji/lib/abstracted_commands/fishingContestCommand.ts @@ -35,6 +35,7 @@ export async function fishingContestStartCommand(user: MUser, channelID: string, if (user.hasEquippedOrInBank('Crystal fishing rod')) { quantity++; quantityBoosts.push('1 for Crystal fishing rod'); + } }