make lootbox cheaper

pull/227/head
Aevann 2024-05-21 01:14:38 +03:00
parent c80e1ec952
commit 4d299611df
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ AWARDS = {
"description": "???",
"icon": "fas fa-box-open",
"color": "text-blue",
"price": 300 if IS_FISTMAS() else 1000,
"price": 300 if IS_FISTMAS() else 800,
"deflectable": True,
"cosmetic": True,
"ghost": False,