mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
fix (paragonOfModernity): use pre-converted mana (#8896)
This commit is contained in:
parent
325df85376
commit
2adc1943e7
1 changed files with 1 additions and 1 deletions
|
@ -60,6 +60,6 @@ enum ParagonOfModernityCondition implements Condition {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
return source.getManaCosts().getUsedManaToPay().getDifferentColors() == 3;
|
||||
return source.getManaCostsToPay().getUsedManaToPay().getDifferentColors() == 3;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue