[KHM] fixed Battershield Warrior missing P/T (fixes #7423)

This commit is contained in:
Evan Kranzler 2021-01-21 12:48:08 -05:00
parent 9a8eed0446
commit 68807ff34f

View file

@ -1,5 +1,6 @@
package mage.cards.b;
import mage.MageInt;
import mage.abilities.effects.common.continuous.BoostControlledEffect;
import mage.abilities.keyword.BoastAbility;
import mage.cards.CardImpl;
@ -20,6 +21,8 @@ public final class BattershieldWarrior extends CardImpl {
this.subtype.add(SubType.HUMAN);
this.subtype.add(SubType.WARRIOR);
this.power = new MageInt(2);
this.toughness = new MageInt(2);
// Boast {1}{W}: Creatures you control get +1/+1 until end of turn.
this.addAbility(new BoastAbility(new BoostControlledEffect(