Merge pull request #758 from fearnlj01/1.0-fearnlj01
Various changes ¯\_(ツ)_/¯
This commit is contained in:
@@ -204,7 +204,7 @@ namespace NadekoBot.Modules.Gambling
|
||||
{
|
||||
str += "More luck next time.";
|
||||
}
|
||||
else if (rng < 90)
|
||||
else if (rng < 91)
|
||||
{
|
||||
str += $"Congratulations! You won {amount * 2}{Gambling.CurrencySign} for rolling above 66";
|
||||
await CurrencyHandler.AddCurrencyAsync(guildUser, "Betroll Gamble", amount * 2, false).ConfigureAwait(false);
|
||||
|
Reference in New Issue
Block a user