forked from MarseyWorld/MarseyWorld
increase EarlyLife price from 100 to 200
parent
da2419dfd1
commit
be5ca2549d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue