Disable Homoween awards on frost.

remotes/1693176582716663532/tmp_refs/heads/watchparty
Snakes 2022-10-23 17:52:38 -04:00
parent 0b851d237c
commit 7e4b35bc78
Signed by: Snakes
GPG Key ID: E745A82778055C7E
1 changed files with 4 additions and 2 deletions

View File

@ -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)
]