Continuing implementation of Planechase.

This commit is contained in:
spjspj 2018-04-17 02:13:48 +10:00
parent 0ffd895be9
commit 776928c76c
6 changed files with 141 additions and 10 deletions

View file

@ -1077,7 +1077,7 @@ public abstract class GameImpl implements Game, Serializable {
// 20180408 - 901.5
if (gameOptions.planeChase) {
Plane plane = Plane.getRandomPlane();
plane.setControllerId(getActivePlayerId());
plane.setControllerId(startingPlayerId);
addPlane(plane, null, getActivePlayerId());
state.setPlaneChase(this, gameOptions.planeChase);
}