From 7e4b35bc78053dd808210303241c71e5f44250e5 Mon Sep 17 00:00:00 2001 From: TLSM Date: Sun, 23 Oct 2022 17:52:38 -0400 Subject: [PATCH] Disable Homoween awards on frost. --- files/helpers/const.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index c00bd939e..b08b3e389 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1032,8 +1032,10 @@ if SITE_NAME == 'PCM': # Disable unused awards, and site-specific award inclusion/exclusion. AWARDS_DISABLED = [ 'ghost', 'nword', 'lootbox', # Generic - 'snow', 'gingerbread', 'lights', 'candycane', 'fireplace', # Fistmas - 'grinch', 'haunt', 'upsidedown', 'stab', 'spiders', 'fog', # Homoween + 'snow', 'gingerbread', 'lights', 'candycane', 'fireplace', 'grinch', # Fistmas + 'haunt', 'upsidedown', 'stab', 'spiders', 'fog', # Homoween '21 + 'jumpscare', 'hw-bite', 'hw-vax', 'hw-grinch', 'flashlight', # Homoween '22 + 'candy-corn', 'ectoplasm', 'bones', 'pumpkin', # Homoween '22 (cont'd) ]