From c99343e9e0c432054dedde3e6ce270c4d4bdee90 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 10 Sep 2022 11:03:21 +0200 Subject: [PATCH] bump hole price to 100k (per poll) --- 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 eac21edc4..403f47306 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -222,7 +222,7 @@ if SITE == 'rdrama.net': BADGE_THREAD = 37833 SNAPPY_THREAD = 37749 - HOLE_COST = 50000 + HOLE_COST = 100000 HOLE_INACTIVITY_DELETION = True AUTOJANNY_ID = 1046