Fix pool selection on turnless.
This commit is contained in:
parent
3e32d556d2
commit
5eba110048
@ -387,7 +387,7 @@ GAME.Game = class {
|
|||||||
false,
|
false,
|
||||||
play.to
|
play.to
|
||||||
);
|
);
|
||||||
this.pools[this.turn & 1].pieces[play.from] -= 1;
|
this.pools[player].pieces[play.from] -= 1;
|
||||||
this.turn++;
|
this.turn++;
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user