mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
modified triggered abilities, continuous effects and zones
This commit is contained in:
parent
fe0c5e48e9
commit
1d32f49fd0
78 changed files with 279 additions and 434 deletions
|
|
@ -924,7 +924,7 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
|
|||
}
|
||||
|
||||
@Override
|
||||
public TriggeredAbility chooseTriggeredAbility(TriggeredAbilities abilities, Game game) {
|
||||
public TriggeredAbility chooseTriggeredAbility(List<TriggeredAbility> abilities, Game game) {
|
||||
log.debug("chooseTriggeredAbility");
|
||||
//TODO: improve this
|
||||
if (abilities.size() > 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue