From d0a939279ce88c7f8e75d173f38213d96e40758b Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 4 Aug 2023 15:40:15 +0300 Subject: [PATCH] Revert "reduce rehab from 777 to 500" This reverts commit 8ff9453194d744ddd4e6c1a991578e454817b823. --- files/helpers/config/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/awards.py b/files/helpers/config/awards.py index b3fd713ca..274f94a75 100644 --- a/files/helpers/config/awards.py +++ b/files/helpers/config/awards.py @@ -525,7 +525,7 @@ AWARDS = { "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": 500, + "price": 777, "deflectable": True, "cosmetic": False, "ghost": False,