forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-04-25 07:54:16 +02:00
parent 117532c4f9
commit 57d3badc9f
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ def award_thing(v, thing_type, id):
elif "Vampire" in kind and kind == v.house:
if author.bite: author.bite += 172800
else:
if v.house.startswith("Vampire"):
if author.house.startswith("Vampire"):
abort(400, f"{safe_username} is already a permanent vampire!")
author.bite = int(time.time()) + 172800