Fixed Hydrolash tooltip. Fixed Padeem supertype.

This commit is contained in:
fireshoes 2016-10-09 17:07:58 -05:00
parent 2e1f8c07cb
commit 5dd06d22d8
3 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ public class Hydrolash extends CardImpl {
super(ownerId,setInfo,new CardType[]{CardType.INSTANT},"{2}{U}");
// Attacking creatures get -2/-0 until end of turn.
this.getSpellAbility().addEffect(new BoostAllEffect(-2, 0, Duration.EndOfTurn, new FilterAttackingCreature(), false));
this.getSpellAbility().addEffect(new BoostAllEffect(-2, 0, Duration.EndOfTurn, new FilterAttackingCreature("Attacking creatures"), false));
// Draw a card.
this.getSpellAbility().addEffect(new DrawCardSourceControllerEffect(1));
}

View file

@ -53,7 +53,7 @@ public class PadeemConsulOfInnovation extends CardImpl {
public PadeemConsulOfInnovation(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{3}{U}");
this.supertype.add("Lengendary");
this.supertype.add("Legendary");
this.subtype.add("Veldalken");
this.subtype.add("Artificer");
this.power = new MageInt(1);