Moved skipping initial shuffling to game options.

This commit is contained in:
magenoxx 2012-04-07 11:52:31 +04:00
parent 53b2893a81
commit f0be9c35d7
5 changed files with 25 additions and 10 deletions

View file

@ -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;
}