forked from MarseyWorld/MarseyWorld
nerf vamp award again
parent
216b0c33f6
commit
021c74aaa5
|
@ -357,8 +357,8 @@ def award_thing(v, thing_type, id):
|
|||
thing.body_html = sanitize(body, limit_pings=5, marsified=True)
|
||||
g.db.add(thing)
|
||||
elif "Vampire" in kind and kind == v.house:
|
||||
if author.bite: author.bite += 86400 * 7
|
||||
else: author.bite = int(time.time()) + 86400 * 7
|
||||
if author.bite: author.bite += 86400 * 3
|
||||
else: author.bite = int(time.time()) + 86400 * 3
|
||||
|
||||
if not author.old_house:
|
||||
author.old_house = author.house
|
||||
|
|
Loading…
Reference in New Issue