anchor lootboxes to the top

pull/83/head
Aevann1 2022-12-19 21:00:45 +02:00
parent 9c397a019e
commit e6c26659b0
1 changed files with 10 additions and 10 deletions

View File

@ -3,6 +3,16 @@ from copy import deepcopy
from files.helpers.config.const import FEATURES, SITE_NAME, patron, HOLIDAY_EVENT
AWARDS = {
"lootbox": {
"kind": "lootbox",
"title": "Lootbox",
"description": "",
"icon": "fas fa-box-open",
"color": "text-blue",
"price": 1000,
"deflectable": True,
"cosmetic": False
},
"fallback": {
"kind": "fallback",
"title": "Unknown",
@ -378,16 +388,6 @@ AWARDS = {
"deflectable": True,
"cosmetic": False
},
"lootbox": {
"kind": "lootbox",
"title": "Lootbox",
"description": "",
"icon": "fas fa-box-open",
"color": "text-blue",
"price": 1000,
"deflectable": True,
"cosmetic": False
},
"beano": {
"kind": "beano",
"title": "Beano",