* Added Celestial Convergence and some changes to game draw handling.

This commit is contained in:
LevelX2 2017-04-21 15:27:22 +02:00
parent e284922017
commit 5d2c210d36
2 changed files with 12 additions and 2 deletions

View file

@ -1242,4 +1242,14 @@ public class PlayerStub implements Player {
return "";
}
@Override
public boolean hasDrew() {
return false;
}
@Override
public void drew(Game game) {
}
}