forked from rDrama/rDrama
1
0
Fork 0

classify lootbox as cosmetic

master
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", "color": "text-blue",
"price": 300 if IS_FISTMAS() else 1000, "price": 300 if IS_FISTMAS() else 1000,
"deflectable": True, "deflectable": True,
"cosmetic": False, "cosmetic": True,
"ghost": False, "ghost": False,
"enabled": IS_EVENT(), "enabled": IS_EVENT(),
"negative": False, "negative": False,