diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index c8345de4f..802f84085 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -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",