make deflector not stack

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-22 00:28:35 +02:00
parent f17bce610d
commit 201208e673
1 changed files with 1 additions and 2 deletions

View File

@ -366,8 +366,7 @@ def award_thing(v, thing_type, id):
else: author.rehab = int(time.time()) + 86400
badge_grant(user=author, badge_id=109)
elif kind == "deflector":
if author.deflector: author.deflector += 36000
else: author.deflector = int(time.time()) + 36000
author.deflector = int(time.time()) + 36000
elif kind == "beano":
badge_grant(user=author, badge_id=128)
elif kind == "checkmark":