From 7a4888ebb63847d9c4378542c9f0c14459e5445a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 14 Dec 2021 23:44:37 +0200 Subject: [PATCH] fdsfsd --- files/helpers/const.py | 1 + files/routes/awards.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index b6160f26c..c341fa873 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -720,6 +720,7 @@ AWARDS2 = { "description": "???", "icon": "fas fa-angry", "color": "text-green-500", + "price": 1000 }, "lootbox": { "kind": "lootbox", diff --git a/files/routes/awards.py b/files/routes/awards.py index 5dc02abb7..d06abe5d6 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -99,6 +99,7 @@ def shop(v): "description": "???", "icon": "fas fa-angry", "color": "text-green-500", + "price": 1000 }, "lootbox": { "kind": "lootbox", @@ -353,6 +354,7 @@ def buy(v, award): "description": "???", "icon": "fas fa-angry", "color": "text-green-500", + "price": 1000 }, "lootbox": { "kind": "lootbox",