hide grinch award in WPD and PCM

pull/83/head
Aevann1 2022-12-20 06:02:19 +02:00
parent 23d64fc691
commit 8a40081fb8
1 changed files with 3 additions and 1 deletions

View File

@ -20,13 +20,15 @@ def _populate_awards():
AWARDS_ENABLED.update(temp)
for award in EVENT_AWARDS:
if award == 'grinch' and SITE_NAME != 'rDrama': continue
EVENT_AWARDS[award]['ghost'] = EVENT_AWARDS[award]['cosmetic']
if award in AWARDS_DISABLED:
AWARDS_DISABLED.remove(award)
AWARDS.update(EVENT_AWARDS)
if SITE_NAME != 'rDrama':
del AWARDS_ENABLED['grinch']
def event_init():
_build_table()