From ef56dd3f71efdd1f09e29f2949af60da401fc8e2 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 27 Apr 2023 16:11:09 +0200 Subject: [PATCH] fix this https://rdrama.net/h/vampire/post/166260/psa-vampire-bites-now-make-people --- files/routes/awards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/awards.py b/files/routes/awards.py index 252e32cb7e..8288690ddc 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -422,7 +422,7 @@ def award_thing(v, thing_type, id): abort(400, f"{safe_username} is already a permanent vampire!") author.bite = int(time.time()) + 172800 - author.old_house = v.house + author.old_house = author.house author.house = "Vampire" badge_grant(user=author, badge_id=168)