move to deprecated

master
Aevann 2024-08-08 01:33:26 +03:00
parent 909b2d67f3
commit dede32f545
1 changed files with 14 additions and 0 deletions

View File

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