Added replacement of {this} and{source} for selection of replacement effect order.

This commit is contained in:
LevelX2 2013-03-23 16:40:15 +01:00
parent 27c96d7ea9
commit 32dff5ae72
5 changed files with 23 additions and 8 deletions

View file

@ -1244,7 +1244,7 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
}
@Override
public int chooseEffect(List<ReplacementEffect> rEffects, Game game) {
public int chooseEffect(List<String> rEffects, Game game) {
log.debug("chooseEffect");
//TODO: implement this
return 0;