This commit is contained in:
kek7198 2021-12-04 13:47:23 -06:00
parent a3b71cd963
commit 9367195e82
3 changed files with 42 additions and 4 deletions

View file

@ -219,6 +219,24 @@ 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",
@ -415,6 +433,24 @@ 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",