* Added logic to auto select replacement effects. Some changes to counter size and font size handling.

This commit is contained in:
LevelX2 2014-10-30 20:40:23 +01:00
parent ab9c0ae893
commit df71237f46
28 changed files with 445 additions and 140 deletions

View file

@ -1336,8 +1336,8 @@ public class ComputerPlayer extends PlayerImpl implements Player {
}
@Override
public int chooseEffect(List<String> rEffects, Game game) {
log.debug("chooseEffect");
public int chooseReplacementEffect(Map<String, String> rEffects, Game game) {
log.debug("chooseReplacementEffect");
//TODO: implement this
return 0;
}