fdsfds
This commit is contained in:
parent
fa7c37c476
commit
6f87871c63
7 changed files with 63 additions and 13 deletions
|
@ -456,6 +456,14 @@ AWARDS = {
|
|||
"color": "",
|
||||
"price": 1000
|
||||
},
|
||||
"grinch": {
|
||||
"kind": "grinch",
|
||||
"title": "Grinch",
|
||||
"description": "???",
|
||||
"icon": "fas fa-angry",
|
||||
"color": "text-green-500",
|
||||
"price": 1000
|
||||
},
|
||||
"haunt": {
|
||||
"kind": "haunt",
|
||||
"title": "Haunt",
|
||||
|
@ -716,6 +724,14 @@ AWARDS2 = {
|
|||
"color": "",
|
||||
"price": 1000
|
||||
},
|
||||
"grinch": {
|
||||
"kind": "grinch",
|
||||
"title": "Grinch",
|
||||
"description": "???",
|
||||
"icon": "fas fa-angry",
|
||||
"color": "text-green-500",
|
||||
"price": 1000
|
||||
},
|
||||
"shit": {
|
||||
"kind": "shit",
|
||||
"title": "Shit",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue