increase EarlyLife price from 100 to 200

master
Aevann 2024-08-09 15:00:57 +03:00
parent da2419dfd1
commit be5ca2549d
1 changed files with 14 additions and 14 deletions

View File

@ -407,20 +407,6 @@ AWARDS = {
},
### Standard
"earlylife": {
"kind": "earlylife",
"title": "Early Life",
"description": "Checks the recipient's Early Life section on Wikipedia. Notices.",
"icon": "fas fa-star-of-david",
"color": "text-yellow",
"price": 100,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": lambda v:v.house and v.house.startswith('Racist'),
"negative": True,
"included_in_lootbox": False,
},
"beano": {
"kind": "beano",
"title": "Beano",
@ -477,6 +463,20 @@ AWARDS = {
"negative": False,
"included_in_lootbox": False,
},
"earlylife": {
"kind": "earlylife",
"title": "Early Life",
"description": "Checks the recipient's Early Life section on Wikipedia. Notices.",
"icon": "fas fa-star-of-david",
"color": "text-yellow",
"price": 200,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": lambda v:v.house and v.house.startswith('Racist'),
"negative": True,
"included_in_lootbox": False,
},
"rainbow": {
"kind": "rainbow",
"title": "Rainbow",