From 90823a6c7fa15df1024de96b3fbe2c3eb504ed24 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 1 Dec 2023 17:55:38 +0200 Subject: [PATCH] remove the grinch badge --- files/routes/awards.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index d2497c0d7..df35e0bbf 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -537,7 +537,6 @@ def award_thing(v, thing_type, id): abort(404, f'an Emoji with the name "{award.note}" was not found!') elif IS_FISTMAS(): if kind == "grinch": - badge_grant(badge_id=91, user=author) if v.id == author.id: session['event_music'] = False elif kind == "candycane": @@ -545,7 +544,6 @@ def award_thing(v, thing_type, id): abort(403, f'Effortposts are protected from the {award_title} award!') elif IS_HOMOWEEN(): if kind == "hallowgrinch": - badge_grant(badge_id=185, user=author) if v.id == author.id: session['event_music'] = False elif kind in {"ectoplasm", "candy-corn", "stab"}: