forked from MarseyWorld/MarseyWorld
move to deprecated
parent
909b2d67f3
commit
dede32f545
|
@ -20,6 +20,20 @@ AWARDS = {
|
||||||
},
|
},
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
"shutitdown" : {
|
||||||
|
"kind": "shutitdown",
|
||||||
|
"title": "Shut It Down",
|
||||||
|
"description": "The goyim know.",
|
||||||
|
"icon": "fas fa-walkie-talkie",
|
||||||
|
"color": "text-blue",
|
||||||
|
"price": 500,
|
||||||
|
"deflectable": True,
|
||||||
|
"cosmetic": False,
|
||||||
|
"ghost": False,
|
||||||
|
"enabled": lambda v:v.house and v.house.startswith('Racist'),
|
||||||
|
"negative": False,
|
||||||
|
"included_in_lootbox": False,
|
||||||
|
},
|
||||||
"king": {
|
"king": {
|
||||||
"kind": "king",
|
"kind": "king",
|
||||||
"title": "King",
|
"title": "King",
|
||||||
|
|
Loading…
Reference in New Issue