small waifu fix
This commit is contained in:
parent
f91bb28979
commit
46e74f64f0
@ -110,7 +110,7 @@ namespace NadekoBot.Modules.Gambling
|
||||
result = WaifuClaimResult.Success;
|
||||
}
|
||||
}
|
||||
else if (isAffinity && amount >= w.Price * 0.88f)
|
||||
else if (isAffinity && amount > w.Price * 0.88f)
|
||||
{
|
||||
if (!await CurrencyHandler.RemoveCurrencyAsync(Context.User.Id, "Claimed Waifu", amount, uow).ConfigureAwait(false))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user