forked from MarseyWorld/MarseyWorld
allow using of Shit award to negative someone
parent
20c08e1e61
commit
402ae8e40b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue