Skip to content

Commit

Permalink
4x less daily GP if you have a minion
Browse files Browse the repository at this point in the history
  • Loading branch information
gc committed Feb 2, 2020
1 parent 065a21c commit db33ab8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/commands/Fun/daily.ts
Expand Up @@ -84,6 +84,10 @@ export default class DailyCommand extends BotCommand {
bonuses.push(Emoji.OSBot);
}

if (msg.author.hasMinion) {
amount = amount / 4;
}

if (roll(73)) {
amount = Math.floor(amount * 1.73);
bonuses.push(Emoji.Joy);
Expand Down

0 comments on commit db33ab8

Please sign in to comment.