This commit is contained in:
Aevann1 2021-11-18 21:15:22 +02:00
parent 0ff5dab884
commit e5d8969023
17 changed files with 107 additions and 46 deletions

View file

@ -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",