mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08: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.addSubType(game, SubType.FOREST);
|
||||
target.removeAllAbilities(source.getSourceId(), game);
|
||||
target.addAbility(new GreenManaAbility());
|
||||
target.addAbility(new GreenManaAbility(), source.getSourceId(), game);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue