Deal the correct number of jokers aka funny joker action
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@303 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
bf8aa23758
commit
699a0b0a29
4 changed files with 22 additions and 7 deletions
|
@ -38,8 +38,8 @@ public class MockRoundState implements IRoundState {
|
|||
players.add(new MockPlayer(new PlayerSettings("Player 4", Color.BLACK),
|
||||
gameSettings));
|
||||
activePlayer = 0;
|
||||
gameHeap = new StoneHeap();
|
||||
gameSettings = new GameSettings();
|
||||
gameHeap = new StoneHeap(gameSettings);
|
||||
gameSettings.setInitialMeldThreshold(30);
|
||||
turnNumber = -3;
|
||||
}
|
||||
|
|
Reference in a new issue