From e6c26659b0e441c981a2195248897402519e45b8 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 19 Dec 2022 21:00:45 +0200 Subject: [PATCH] anchor lootboxes to the top --- files/helpers/config/awards.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index 88708e00a4..a693cb2432 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -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",