mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 20:11:59 -08:00
Merge pull request #10102 from Grath/master
[TMP] Fix Dracoplasm replacing its Enters the Battlefield effect entirely
This commit is contained in:
commit
d51abc9b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -119,6 +119,6 @@ class DracoplasmEffect extends ReplacementEffectImpl {
|
|||
}
|
||||
ContinuousEffect effect = new SetBasePowerToughnessSourceEffect(power, toughness, Duration.Custom, SubLayer.SetPT_7b);
|
||||
game.addEffect(effect, source);
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue