forked from External/mage
Moved skipping initial shuffling to game options.
This commit is contained in:
parent
53b2893a81
commit
f0be9c35d7
5 changed files with 25 additions and 10 deletions
|
|
@ -32,5 +32,9 @@ public class GameOptions implements Serializable {
|
|||
* Stop at the end of the turn if true otherwise stop at the beginning
|
||||
*/
|
||||
public PhaseStep stopAtStep = PhaseStep.UNTAP;
|
||||
|
||||
|
||||
/**
|
||||
* If true, library won't be shuffled at the beginning of the game
|
||||
*/
|
||||
public boolean skipInitShuffling = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue