mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 12:18:20 +00:00
fix treasure hunt gem expert
This commit is contained in:
parent
d3ece03830
commit
e2ce0fa370
@ -182,7 +182,7 @@ async def handle_send_move(p, movie: str, direction: str, spade: int):
|
||||
p.table.logic.make_move(movie, direction, spade)
|
||||
await p.table.send_xt('zm', movie, direction, spade)
|
||||
opponent = p.table.penguins[1 if p.table.logic.current_player == 1 else 0]
|
||||
if p.table.logic.turns >= 9 and p.table.logic.gems_found > 0:
|
||||
if p.table.logic.turns >= 6 and p.table.logic.gems_found > 0:
|
||||
await p.add_stamp(p.server.stamps[420])
|
||||
await opponent.add_stamp(p.server.stamps[420])
|
||||
if p.table.logic.turns >= 5 and p.table.logic.gems_found >= 2:
|
||||
|
Loading…
Reference in New Issue
Block a user