classify lootbox as cosmetic

pull/227/head
Aevann 2024-05-21 01:09:11 +03:00
parent 25a76ae3b1
commit c80e1ec952
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ AWARDS = {
"color": "text-blue",
"price": 300 if IS_FISTMAS() else 1000,
"deflectable": True,
"cosmetic": False,
"cosmetic": True,
"ghost": False,
"enabled": IS_EVENT(),
"negative": False,