From 904c2ab76489bcd1d80a8d9fd3da58370f818a76 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 12 Mar 2023 17:02:25 +0200 Subject: [PATCH] fix this https://stupidpol.site/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/3771814#context --- files/routes/awards.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 50aff37f8..3aefcd43b 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -391,10 +391,10 @@ def award_thing(v, thing_type, id): if author.bite: author.bite += 172800 else: author.bite = int(time.time()) + 172800 - if not author.old_house: - author.old_house = author.house - if 'Vampire' not in author.house: + if not author.old_house: + author.old_house = author.house + author.house = 'Vampire' badge_grant(user=author, badge_id=168)