mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
- Fixed Life and Limb dependency to cards like Yavimaya, Cradle of Growth
This commit is contained in:
parent
d42fd2e505
commit
f7319eb70a
1 changed files with 3 additions and 2 deletions
|
@ -49,8 +49,9 @@ class LifeAndLimbEffect extends ContinuousEffectImpl {
|
|||
LifeAndLimbEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Neutral);
|
||||
staticText = "All Forests and all Saprolings are 1/1 green Saproling creatures and Forest lands in addition to their other types";
|
||||
this.dependencyTypes.add(DependencyType.BecomeForest);
|
||||
this.dependencyTypes.add(DependencyType.BecomeCreature);
|
||||
|
||||
this.dependendToTypes.add(DependencyType.BecomeForest);
|
||||
this.dependendToTypes.add(DependencyType.BecomeCreature);
|
||||
}
|
||||
|
||||
LifeAndLimbEffect(final LifeAndLimbEffect effect) {
|
||||
|
|
Loading…
Reference in a new issue