From ee1473746fb51630ad407f33b64a2a9544a2938d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 13:50:05 -0600 Subject: [PATCH] fix --- files/helpers/const.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index 221e36564a..6ca2ad151a 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -795,6 +795,24 @@ AWARDS2 = { "color": "text-gray", "price": 300 }, + "fireplace": { + "kind": "fireplace", + "title": "Fire Place", + "description": "???", + "icon": "fas fa-fireplace", + "color": "text-yellow-600", + "owned": 0, + "price": 300 + }, + "candycane": { + "kind": "candycane", + "title": "Candy Cane", + "description": "???", + "icon": "fas fa-candy-cane", + "color": "text-red-600", + "owned": 0, + "price": 500 + }, "mistletoe": { "kind": "mistletoe", "title": "Mistletoe",