From d982e28b9531c0ff536531991e965f91fdc5b96e Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 5 Mar 2023 12:17:30 +0200 Subject: [PATCH] decrease TRUESCORE_DONATE_MINIMUM from 100 to 10 --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index e04599387..44b1ab7dc 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -617,7 +617,7 @@ COSMETIC_AWARD_COIN_AWARD_PCT = 0.10 TRUESCORE_CHAT_MINIMUM = 0 TRUESCORE_GHOST_MINIMUM = 0 -TRUESCORE_DONATE_MINIMUM = 100 +TRUESCORE_DONATE_MINIMUM = 10 TRUESCORE_MASTERBAITERS_MINIMUM = 100 TRUESCORE_CLUB_MINIMUM = 1000 TRUESCORE_CHUDRAMA_MINIMUM = 1488