fix
This commit is contained in:
parent
a3b71cd963
commit
9367195e82
3 changed files with 42 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue