mirror of
https://github.com/magefree/mage.git
synced 2026-01-21 10:49:58 -08:00
Fixed Hydrolash tooltip. Fixed Padeem supertype.
This commit is contained in:
parent
2e1f8c07cb
commit
5dd06d22d8
3 changed files with 3 additions and 3 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue