Aevann 2023-04-27 16:11:09 +02:00
parent 0cfdd6fdb6
commit ef56dd3f71
1 changed files with 1 additions and 1 deletions

View File

@ -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)