diff --git a/files/routes/awards.py b/files/routes/awards.py index a57281982..57ba7bac4 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -593,7 +593,7 @@ def award_thing(v, thing_type, id): elif kind == "jumpscare": author.jumpscare += 1 - + author = thing.author if v.id != author.id: if author.deflector and AWARDS[kind]['deflectable']: msg = f"@{v.username} has tried to give your [{thing_type}]({thing.shortlink}) the {award_title} Award but it was deflected and applied to them :marseytroll:"