Fix text on Dwarven Soldier

This commit is contained in:
Noah Gleason 2018-06-25 21:59:25 -04:00
parent 324ff4a3b8
commit 0d783e2f54
No known key found for this signature in database
GPG key ID: EC030EC6B0650A40

View file

@ -27,7 +27,7 @@ public final class DwarvenSoldier extends CardImpl {
this.toughness = new MageInt(1);
// Whenever Dwarven Soldier blocks or becomes blocked by one or more Orcs, Dwarven Soldier gets +0/+2 until end of turn.
this.addAbility(new BlocksOrBecomesBlockedByOneOrMoreTriggeredAbility(new BoostSourceEffect(0, 2, Duration.EndOfTurn), new FilterCreaturePermanent(SubType.ORC, "Orc creature"), false));
this.addAbility(new BlocksOrBecomesBlockedByOneOrMoreTriggeredAbility(new BoostSourceEffect(0, 2, Duration.EndOfTurn), new FilterCreaturePermanent(SubType.ORC, "Orcs"), false));
}
public DwarvenSoldier(final DwarvenSoldier card) {