Skip to content

Commit

Permalink
[BLB] Make Ygra's ability depend on BecomeCreature.
Browse files Browse the repository at this point in the history
  • Loading branch information
Grath committed Nov 27, 2024
1 parent 9ee1579 commit a2ed52b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mage.Sets/src/mage/cards/y/YgraEaterOfAll.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class YgraEaterOfAllEffect extends ContinuousEffectImpl {
staticText = "Other creatures are Food artifacts in addition to their other types " +
"and have \"{2}, {T}, Sacrifice this permanent: You gain 3 life.\"";
this.dependencyTypes.add(DependencyType.ArtifactAddingRemoving);
this.dependendToTypes.add(DependencyType.BecomeCreature);
}

private YgraEaterOfAllEffect(final YgraEaterOfAllEffect effect) {
Expand Down

0 comments on commit a2ed52b

Please sign in to comment.