slot max bet increased to 9999

This commit is contained in:
Kwoth 2017-03-21 13:12:47 +01:00
parent 59f0fb56e2
commit 655b98d16d
3 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ namespace NadekoBot.Modules.Gambling
return;
}
if (amount > 999)
if (amount > 9999)
{
GetText("slot_maxbet", 999 + CurrencySign);
await ReplyErrorLocalized("max_bet_limit", 999 + CurrencySign).ConfigureAwait(false);

View File

@ -21,7 +21,7 @@ namespace NadekoBot.Services.Impl
private const string _currencyImagesPath = _basePath + "currency";
private const string _diceImagesPath = _basePath + "dice";
private const string _slotBackgroundPath = _basePath + "slots/background.png";
private const string _slotBackgroundPath = _basePath + "slots/background2.png";
private const string _slotNumbersPath = _basePath + "slots/numbers/";
private const string _slotEmojisPath = _basePath + "slots/emojis/";

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB