forked from External/mage
fixed issue 45 - show cast when cycle is available
This commit is contained in:
parent
31e5dff618
commit
33e7569f87
5 changed files with 21 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ public class AbilityPickerView implements Serializable {
|
|||
|
||||
public AbilityPickerView(Collection<? extends Ability> abilities) {
|
||||
for (Ability ability: abilities) {
|
||||
choices.put(ability.getId(), ability.getRule());
|
||||
choices.put(ability.getId(), ability.getRule(true));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue