From e4f14c57de16538f409bf9f296b38c84ddf3d76b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 25 Sep 2022 13:34:34 +0200 Subject: [PATCH] make holes cost 50k again --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 0688a0d0b..37f0de0f3 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -219,7 +219,7 @@ if SITE == 'rdrama.net': BADGE_THREAD = 37833 SNAPPY_THREAD = 37749 - HOLE_COST = 100000 + HOLE_COST = 50000 HOLE_INACTIVITY_DELETION = True AUTOJANNY_ID = 1046