mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
p/t fix
This commit is contained in:
parent
76878b642d
commit
6a161a4004
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ public class RhoxPikemaster extends CardImpl<RhoxPikemaster> {
|
|||
this.color.setWhite(true);
|
||||
this.subtype.add("Rhino");
|
||||
this.subtype.add("Soldier");
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(1);
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(3);
|
||||
this.addAbility(FirstStrikeAbility.getInstance());
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityControlledEffect(FirstStrikeAbility.getInstance(), Duration.WhileOnBattlefield, filter, true)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue