Skip to content

Commit

Permalink
add missing DependencyType to [PIP] The Master, Trasncendent
Browse files Browse the repository at this point in the history
  • Loading branch information
Susucre committed May 2, 2024
1 parent 52ddcac commit 82390d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mage.Sets/src/mage/cards/t/TheMasterTranscendent.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class TheMasterTranscendentContinuousEffect extends ContinuousEffectImpl {
TheMasterTranscendentContinuousEffect() {
super(Duration.Custom, Outcome.Neutral);
staticText = "It's a green Mutant with base power and toughness 3/3";
addDependencyType(DependencyType.AddingCreatureType);
}

protected TheMasterTranscendentContinuousEffect(final TheMasterTranscendentContinuousEffect effect) {
Expand Down

0 comments on commit 82390d4

Please sign in to comment.