forked from External/mage
Continuing implementation of Planechase.
This commit is contained in:
parent
dbbc5f255c
commit
c8b741f0bf
13 changed files with 77 additions and 25 deletions
|
|
@ -1074,7 +1074,7 @@ public abstract class GameImpl implements Game, Serializable {
|
|||
}
|
||||
|
||||
// 20180408 - 901.5
|
||||
if (state.isPlaneChase()) {
|
||||
if (gameOptions.planeChase) {
|
||||
addPlane(Plane.getRandomPlane(), null, getActivePlayerId());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue