forked from External/mage
Continuing implementation of Planechase.
This commit is contained in:
parent
0ffd895be9
commit
776928c76c
6 changed files with 141 additions and 10 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue