unlock multipliers

This commit is contained in:
skeletable 2022-10-02 16:11:43 +02:00
parent 2d8b850bc6
commit f471ee2734
1 changed files with 0 additions and 3 deletions

View File

@ -746,9 +746,6 @@ func messageCreate(s *discordgo.Session, m *discordgo.MessageCreate) {
multiplier = maxcandy / usercandy
}
}
if multiplier > 10 {
multiplier = 10
}
candyvalue *= multiplier
candystr = "+" + fmt.Sprint(candyvalue)
} else if m.Embeds[0].Footer.Text != "candyChaos" {