remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-04 21:30:33 -05:00
parent f37707805e
commit a84c6b6b24
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def award_thing(v, thing_type, id):
send_repeatable_notification(v.id, msg)
author = v
elif kind != 'spider':
awarded_coins = AWARDS[kind]['price'] * COSMETIC_AWARD_COIN_AWARD_PCT if AWARDS[kind]['cosmetic'] else 0
awarded_coins = int(AWARDS[kind]['price'] * COSMETIC_AWARD_COIN_AWARD_PCT) if AWARDS[kind]['cosmetic'] else 0
if AWARDS[kind]['cosmetic']:
author.coins += awarded_coins