Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lajnux committed Oct 13, 2024
1 parent 2726387 commit f6aa08b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/mahoji/lib/abstracted_commands/camdozaalCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function miningCommand(user: MUser, channelID: string, quantity: number |
break;
}

const glovesRate = 0;
const glovesEffect = 0;
const armourEffect = 0;
const miningCapeEffect = 0;
const goldSilverBoost = false;
Expand All @@ -50,7 +50,7 @@ async function miningCommand(user: MUser, channelID: string, quantity: number |
user,
ore: barroniteRocks,
ticksBetweenRolls: currentPickaxe.ticksBetweenRolls,
glovesRate,
glovesEffect,
armourEffect,
miningCapeEffect,
powermining: powermine,
Expand Down
4 changes: 2 additions & 2 deletions src/mahoji/lib/abstracted_commands/motherlodeMineCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function motherlodeMineCommand({
);
}

const glovesRate = 0;
const glovesEffect = 0;
const armourEffect = 0;
const miningCapeEffect = 0;
const goldSilverBoost = false;
Expand All @@ -66,7 +66,7 @@ export async function motherlodeMineCommand({
user,
ore: motherlode,
ticksBetweenRolls: currentPickaxe.ticksBetweenRolls,
glovesRate,
glovesEffect,
armourEffect,
miningCapeEffect,
powermining: powermine,
Expand Down
2 changes: 1 addition & 1 deletion src/mahoji/lib/abstracted_commands/shootingStarsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export async function shootingStarsCommand(channelID: string, user: MUserClass,
user,
ore: star,
ticksBetweenRolls: currentPickaxe.ticksBetweenRolls,
glovesRate: 0,
glovesEffect: 0,
armourEffect: 0,
miningCapeEffect: 0,
powermining: false,
Expand Down

0 comments on commit f6aa08b

Please sign in to comment.