Test framework: fixed not working choices for replacement effects;

This commit is contained in:
Oleg Agafonov 2019-05-02 23:14:56 +04:00
parent 6c1ae7a049
commit 648026ac0b
2 changed files with 5 additions and 2 deletions

View file

@ -569,6 +569,7 @@ public interface Player extends MageItem, Copyable<Player> {
// set the value for non mana X costs
int announceXCost(int min, int max, String message, Game game, Ability ability, VariableCost variableCost);
// TODO: rework choose replacement effects to use array, not map (it'a random order now)
int chooseReplacementEffect(Map<String, String> abilityMap, Game game);
TriggeredAbility chooseTriggeredAbility(List<TriggeredAbility> abilities, Game game);