mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fix text on Dwarven Soldier
This commit is contained in:
parent
324ff4a3b8
commit
0d783e2f54
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue