master
kek7198 2021-12-04 14:00:19 -06:00
parent 31898dfc3e
commit aa5619938c
2 changed files with 24 additions and 0 deletions

View File

@ -624,6 +624,14 @@ AWARDS = {
"color": "text-gray",
"price": 300
},
"candycane": {
"kind": "candycane",
"title": "Candy Cane",
"description": "???",
"icon": "fas fa-candy-cane",
"color": "text-gray",
"price": 500
},
"mistletoe": {
"kind": "mistletoe",
"title": "Mistletoe",

View File

@ -219,6 +219,14 @@ def shop(v):
"owned": 0,
"price": 300
},
"candycane": {
"kind": "candycane",
"title": "Candy Cane",
"description": "???",
"icon": "fas fa-candy-cane",
"color": "text-gray",
"price": 500
},
"mistletoe": {
"kind": "mistletoe",
"title": "Mistletoe",
@ -415,6 +423,14 @@ def buy(v, award):
"color": "text-gray",
"price": 300
},
"candycane": {
"kind": "candycane",
"title": "Candy Cane",
"description": "???",
"icon": "fas fa-candy-cane",
"color": "text-gray",
"price": 500
},
"mistletoe": {
"kind": "mistletoe",
"title": "Mistletoe",