mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +00:00
Fixed Outer Rim Slaver
P/T from 2/2 to 3/3.
This commit is contained in:
parent
0ed441b11f
commit
889a99967c
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ public class OuterRimSlaver extends CardImpl {
|
|||
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{B}{R}{G}");
|
||||
this.subtype.add("Trandoshan");
|
||||
this.subtype.add("Hunter");
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(2);
|
||||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(3);
|
||||
|
||||
// When Outer Rim Slaver enters the battlefield, you may have another target creature you control fight target creature an opponent controls.
|
||||
Ability ability = new EntersBattlefieldTriggeredAbility(new FightTargetsEffect("another target creature you control fight target creature an opponent controls"), true);
|
||||
|
|
Loading…
Reference in a new issue