mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Return if player is banned for coins overdose
This commit is contained in:
parent
041146caae
commit
1d89531634
@ -75,7 +75,7 @@ async def handle_get_game_over(p, score: int):
|
|||||||
if p.room.game and not p.waddle and not p.table:
|
if p.room.game and not p.waddle and not p.table:
|
||||||
coins_earned = determine_coins_earned(p, score)
|
coins_earned = determine_coins_earned(p, score)
|
||||||
if await determine_coins_overdose(p, coins_earned):
|
if await determine_coins_overdose(p, coins_earned):
|
||||||
await cheat_ban(p, p.id, comment='Coins overdose')
|
return await cheat_ban(p, p.id, comment='Coins overdose')
|
||||||
|
|
||||||
collected_stamps_string, total_collected_stamps, total_game_stamps, total_stamps = '', 0, 0, 0
|
collected_stamps_string, total_collected_stamps, total_game_stamps, total_stamps = '', 0, 0, 0
|
||||||
if p.room.stamp_group:
|
if p.room.stamp_group:
|
||||||
|
Loading…
Reference in New Issue
Block a user