.bsreset price reduced 10x

This commit is contained in:
Toastie (DCS Team) 2024-11-13 18:56:05 +13:00
parent 3e5bccd215
commit f68ff81dce
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -8,7 +8,7 @@ namespace EllieBot.Modules.Gambling.Services;
public sealed class UserBetStatsService : IEService public sealed class UserBetStatsService : IEService
{ {
private const long RESET_MIN_PRICE = 1000; 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 DbService _db;
private readonly ICurrencyService _cs; private readonly ICurrencyService _cs;