mirror of
https://github.com/magefree/mage.git
synced 2025-12-22 03:22:00 -08: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) {
|
public TradeFederationBattleship(UUID ownerId, CardSetInfo setInfo) {
|
||||||
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}{W}{U}{B}");
|
super(ownerId, setInfo, new CardType[]{CardType.ARTIFACT, CardType.CREATURE}, "{3}{W}{U}{B}");
|
||||||
this.subtype.add("Starship");
|
this.subtype.add("Starship");
|
||||||
this.power = new MageInt(2);
|
this.power = new MageInt(0);
|
||||||
this.toughness = new MageInt(2);
|
this.toughness = new MageInt(6);
|
||||||
|
|
||||||
// Spaceflight
|
// Spaceflight
|
||||||
this.addAbility(SpaceflightAbility.getInstance());
|
this.addAbility(SpaceflightAbility.getInstance());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue