forked from External/mage
Adding writting amount of mana payed for {X} cost
This commit is contained in:
parent
f641ffe77b
commit
5be6f78d59
17 changed files with 190 additions and 33 deletions
|
|
@ -193,6 +193,7 @@ public class ComputerPlayerMCTS extends ComputerPlayer<ComputerPlayerMCTS> imple
|
|||
break;
|
||||
}
|
||||
}
|
||||
game.informPlayers(getName() + " payed " + cost.getPayment().count() + " for " + cost.getText());
|
||||
cost.setPaid();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue