Merge pull request #758 from fearnlj01/1.0-fearnlj01

Various changes ¯\_(ツ)_/¯
This commit is contained in:
Master Kwoth
2016-11-11 02:09:56 +01:00
committed by GitHub
5 changed files with 21 additions and 15 deletions

View File

@@ -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);