forked from rDrama/rDrama
1
0
Fork 0

allow using of Shit award to negative someone

master
Aevann 2023-07-10 16:23:59 +03:00
parent 20c08e1e61
commit 402ae8e40b
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ def award_thing(v, thing_type, id):
awarded_coins = 0
if kind == 'shit':
author.charge_account('coins', awarded_coins)
author.charge_account('coins', awarded_coins, should_check_balance=False)
v.pay_account('coins', awarded_coins)
elif AWARDS[kind]['cosmetic']:
author.pay_account('coins', awarded_coins)