diff --git a/www/js/game.js b/www/js/game.js index cdf0f55..766f48a 100644 --- a/www/js/game.js +++ b/www/js/game.js @@ -387,7 +387,7 @@ GAME.Game = class { false, play.to ); - this.pools[this.turn & 1].pieces[play.from] -= 1; + this.pools[player].pieces[play.from] -= 1; this.turn++; } break;