forked from rDrama/rDrama
1
0
Fork 0

increase COSMETIC_AWARD_COIN_AWARD_PCT from 10% to 50%

master
Aevann 2023-06-28 00:32:34 +03:00
parent bd058acad8
commit 2494b78116
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ SUB_BANNER_LIMIT = 10
BIO_FRIENDS_ENEMIES_LENGTH_LIMIT = 5000 # do not make larger than 5000 characters without altering the table
BIO_FRIENDS_ENEMIES_HTML_LENGTH_LIMIT = 20000 # do not make larger than 20000 characters without altering the table
COSMETIC_AWARD_COIN_AWARD_PCT = 0.10
COSMETIC_AWARD_COIN_AWARD_PCT = 0.50
TRUESCORE_CHAT_MINIMUM = 0
TRUESCORE_GHOST_MINIMUM = 0