mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
change: .bsreset price reduced 10x
This commit is contained in:
@@ -8,7 +8,7 @@ namespace NadekoBot.Modules.Gambling.Services;
|
||||
public sealed class UserBetStatsService : INService
|
||||
{
|
||||
private const long RESET_MIN_PRICE = 1000;
|
||||
private const decimal RESET_TOTAL_MULTIPLIER = 0.02m;
|
||||
private const decimal RESET_TOTAL_MULTIPLIER = 0.002m;
|
||||
|
||||
private readonly DbService _db;
|
||||
private readonly ICurrencyService _cs;
|
||||
|
Reference in New Issue
Block a user