fix
This commit is contained in:
parent
9367195e82
commit
e45e8136c4
1 changed files with 18 additions and 0 deletions
|
@ -795,6 +795,24 @@ AWARDS2 = {
|
||||||
"color": "text-gray",
|
"color": "text-gray",
|
||||||
"price": 300
|
"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": {
|
"mistletoe": {
|
||||||
"kind": "mistletoe",
|
"kind": "mistletoe",
|
||||||
"title": "Mistletoe",
|
"title": "Mistletoe",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue