fddf
This commit is contained in:
parent
0ff5dab884
commit
e5d8969023
17 changed files with 107 additions and 46 deletions
|
@ -314,6 +314,14 @@ AWARDS = {
|
|||
"color": "text-orange",
|
||||
"price": 1000
|
||||
},
|
||||
"eye": {
|
||||
"kind": "eye",
|
||||
"title": "All-Seeing Eye",
|
||||
"description": "Gives the recipient the ability to view private profiles.",
|
||||
"icon": "fas fa-eye",
|
||||
"color": "text-silver",
|
||||
"price": 10000
|
||||
},
|
||||
}
|
||||
|
||||
AWARDS2 = {
|
||||
|
@ -405,6 +413,14 @@ AWARDS2 = {
|
|||
"color": "text-success",
|
||||
"price": 10000
|
||||
},
|
||||
"eye": {
|
||||
"kind": "eye",
|
||||
"title": "All-Seeing Eye",
|
||||
"description": "Gives the recipient the ability to view private profiles.",
|
||||
"icon": "fas fa-eye",
|
||||
"color": "text-silver",
|
||||
"price": 10000
|
||||
},
|
||||
"pause": {
|
||||
"kind": "pause",
|
||||
"title": "Pause",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue