From 31898dfc3e90062adca64a1b8627fa9a2132ba65 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 13:58:37 -0600 Subject: [PATCH] fix --- files/routes/awards.py | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 5ab7e2d163..1dff45b95a 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -219,24 +219,6 @@ def shop(v): "owned": 0, "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", @@ -433,24 +415,6 @@ def buy(v, award): "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",