Fixed some bugs and added a AI Test player class.

This commit is contained in:
LevelX2 2015-06-08 18:31:54 +02:00
parent 9da44a547d
commit 3b61a10237
25 changed files with 1732 additions and 388 deletions

View file

@ -1595,7 +1595,7 @@ public class ComputerPlayer extends PlayerImpl implements Player {
}
@Override
protected List<Permanent> getAvailableManaProducers(Game game) {
public List<Permanent> getAvailableManaProducers(Game game) {
return super.getAvailableManaProducers(game);
}