mirror of
https://github.com/correl/mage.git
synced 2025-04-02 11:25:59 -09:00
[C21] fixed Yedora, Grave Gardener throwing exception (fixes #7813)
This commit is contained in:
parent
146f877047
commit
aed946d0bb
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class YedoraGraveGardenerContinuousEffect extends ContinuousEffectImpl {
|
||||||
target.addCardType(CardType.LAND);
|
target.addCardType(CardType.LAND);
|
||||||
target.addSubType(game, SubType.FOREST);
|
target.addSubType(game, SubType.FOREST);
|
||||||
target.removeAllAbilities(source.getSourceId(), game);
|
target.removeAllAbilities(source.getSourceId(), game);
|
||||||
target.addAbility(new GreenManaAbility());
|
target.addAbility(new GreenManaAbility(), source.getSourceId(), game);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue