[WAR] Mowu, Loyal Companion - Apply Mowu's replacment effect to self ETB (fixes #7111)

This commit is contained in:
Daniel Bomar 2021-02-05 11:41:20 -06:00
parent c256aa59f7
commit d406904e60
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -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";
}