mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
[SWS] Fixed wrong p/t of Trade Federation Battleship.
This commit is contained in:
parent
a47aa158f0
commit
cfb4eea267
1 changed files with 3 additions and 3 deletions
|
@ -64,8 +64,8 @@ public class TradeFederationBattleship extends CardImpl {
|
|||
public TradeFederationBattleship(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}{W}{U}{B}");
|
||||
this.subtype.add("Starship");
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(2);
|
||||
this.power = new MageInt(0);
|
||||
this.toughness = new MageInt(6);
|
||||
|
||||
// Spaceflight
|
||||
this.addAbility(SpaceflightAbility.getInstance());
|
||||
|
|
Loading…
Reference in a new issue