forked from External/mage
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…
Add table
Add a link
Reference in a new issue