This commit is contained in:
Aevann1 2022-01-17 20:20:42 +02:00
parent e8026b7b26
commit ab62802145
3 changed files with 33 additions and 0 deletions

View file

@ -463,6 +463,10 @@ BADGES = {
'name': 'Christmas 21',
'description': 'Awarded for surviving Fistmas 2021'
},
103: {
'name': 'Benefactor',
'description': 'Gave the Benefactor award to someone'
},
}
AWARDS = {
@ -682,6 +686,14 @@ AWARDS = {
"color": "text-success",
"price": 3500
},
"benefactor": {
"kind": "benefactor",
"title": "Benefactor",
"description": "Grants one month of paypig status and 2500 marseybux to the recipient. Cannot be used on yourself.",
"icon": "fas fa-gift",
"color": "text-purple",
"price": 4000
},
"grass": {
"kind": "grass",
"title": "Grass",