Aevann 2024-05-22 22:48:03 +03:00
parent 134cba12af
commit 4a1e7eef0c
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ def award_thing(v, thing_type, id):
if can_alter_body:
alter_body(obj)
elif "Vampire" in kind and kind == v.house:
elif kind == "bite":
if author.bite: author.bite += 172800 * quantity
else:
if author.house.startswith("Vampire"):