order by price

master
Aevann 2023-06-27 20:25:04 +03:00
parent 15c3026c93
commit 1633f090c8
1 changed files with 12 additions and 12 deletions

View File

@ -507,18 +507,6 @@ AWARDS = {
"enabled": SITE_NAME != 'rDrama',
},
"rehab": {
"kind": "rehab",
"title": "Rehab",
"description": "Prevents the user from gambling for 24 hours in a last-ditch effort to save them from themself.",
"icon": "fas fa-dice-six",
"color": "text-black",
"price": 777,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"flairlock": {
"kind": "flairlock",
"title": "1-Day Flairlock",
@ -531,6 +519,18 @@ AWARDS = {
"ghost": False,
"enabled": True,
},
"rehab": {
"kind": "rehab",
"title": "Rehab",
"description": "Prevents the user from gambling for 24 hours in a last-ditch effort to save them from themself.",
"icon": "fas fa-dice-six",
"color": "text-black",
"price": 777,
"deflectable": True,
"cosmetic": False,
"ghost": False,
"enabled": True,
},
"namelock": {
"kind": "namelock",
"title": "1-Day Namelock",