mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
implemented Damage Assignment Order
This commit is contained in:
parent
7b511c5e7a
commit
f1558a255a
8 changed files with 52 additions and 3 deletions
|
|
@ -880,6 +880,12 @@ public class ComputerPlayer<T extends ComputerPlayer<T>> extends PlayerImpl<T> i
|
|||
return min;
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID chooseBlockerOrder(Cards blockers, Game game) {
|
||||
//TODO: improve this
|
||||
return blockers.iterator().next();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected List<Permanent> getAvailableManaProducers(Game game) {
|
||||
// logger.debug("getAvailableManaProducers");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue