mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
fixed Zirda, the Dawnwaker cost reduction
This commit is contained in:
parent
3059576f95
commit
bbc8f0ebcf
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class ZirdaTheDawnwakerEffect extends CostModificationEffectImpl {
|
|||
|
||||
@Override
|
||||
public boolean applies(Ability abilityToModify, Ability source, Game game) {
|
||||
return abilityToModify.getAbilityType() != AbilityType.ACTIVATED
|
||||
return abilityToModify.getAbilityType() == AbilityType.ACTIVATED
|
||||
&& abilityToModify.isControlledBy(source.getControllerId());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue