forked from External/mage
Added replacement of {this} and{source} for selection of replacement effect order.
This commit is contained in:
parent
27c96d7ea9
commit
32dff5ae72
5 changed files with 23 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue