forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann 2023-04-25 07:59:53 +02:00
parent 57d3badc9f
commit 92bf3f7134
1 changed files with 2 additions and 2 deletions

View File

@ -411,8 +411,8 @@ def award_thing(v, thing_type, id):
abort(400, f"{safe_username} is already a permanent vampire!")
author.bite = int(time.time()) + 172800
v.old_house = v.house
v.house = "Vampire"
author.old_house = v.house
author.house = "Vampire"
badge_grant(user=author, badge_id=168)
elif "Racist" in kind and kind == v.house: