mirror of
https://github.com/correl/mage.git
synced 2024-11-16 03:00:12 +00:00
Update SkyshipWeatherlight.java
Added legendary supertype attribute
This commit is contained in:
parent
6a118d2bfa
commit
6566b0a755
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public class SkyshipWeatherlight extends CardImpl {
|
||||||
public SkyshipWeatherlight(UUID ownerId) {
|
public SkyshipWeatherlight(UUID ownerId) {
|
||||||
super(ownerId, 133, "Skyship Weatherlight", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{4}");
|
super(ownerId, 133, "Skyship Weatherlight", Rarity.RARE, new CardType[]{CardType.ARTIFACT}, "{4}");
|
||||||
this.expansionSetCode = "PLS";
|
this.expansionSetCode = "PLS";
|
||||||
|
this.supertype.add("Legendary");
|
||||||
|
|
||||||
// When Skyship Weatherlight enters the battlefield, search your library for any number of artifact and/or creature cards and exile them. Then shuffle your library.
|
// When Skyship Weatherlight enters the battlefield, search your library for any number of artifact and/or creature cards and exile them. Then shuffle your library.
|
||||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new SkyshipWeatherlightEffect(), false));
|
this.addAbility(new EntersBattlefieldTriggeredAbility(new SkyshipWeatherlightEffect(), false));
|
||||||
|
|
Loading…
Reference in a new issue