mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
[WAR] Mowu, Loyal Companion - Apply Mowu's replacment effect to self ETB (fixes #7111)
This commit is contained in:
parent
c256aa59f7
commit
d406904e60
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ public final class MowuLoyalCompanion extends CardImpl {
|
|||
class MowuLoyalCompanionEffect extends ReplacementEffectImpl {
|
||||
|
||||
MowuLoyalCompanionEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.BoostCreature, false);
|
||||
super(Duration.WhileOnBattlefield, Outcome.BoostCreature, true);
|
||||
staticText = "If one or more +1/+1 counters would be put on {this}, " +
|
||||
"that many plus one +1/+1 counters are put on it instead";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue