From d924130479b5497a70d70e2e5d78262587b45a38 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 23 Aug 2022 20:09:38 +0200 Subject: [PATCH] progressiestack rn doesnt work on non-rdrama site, so i just disabled it instead of fixing it --- files/helpers/const.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index c6db640bc..6d3947780 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -766,6 +766,10 @@ AWARDS_DISABLED = [ 'snow', 'gingerbread', 'lights', 'candycane', 'fireplace', # Fistmas 'grinch', 'haunt', 'upsidedown', 'stab', 'spiders', 'fog', # Homoween ] + +if SITE_NAME != 'rDrama': + AWARDS_DISABLED.append('progressivestack') + if SITE == 'pcmemes.net': AWARDS_DISABLED.extend(['ban','pizzashill','marsey','bird','grass','chud','unblockable',]) AWARDS_DISABLED.remove('ghost')