mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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…
Add table
Add a link
Reference in a new issue