Ugin, the Spirit Dragon - Fixed that the ultimate +10 instead of -10

This commit is contained in:
fireshoes 2014-12-27 13:17:20 -06:00
parent d4ad6cf6a6
commit 383f6a113f

View file

@ -78,7 +78,7 @@ public class UginTheSpiritDragon extends CardImpl {
this.addAbility(new LoyaltyAbility(new UginTheSpiritDragonEffect2()));
// -10: You gain 7 life, draw 7 cards, then put up to seven permanent cards from your hand onto the battlefield.
this.addAbility(new LoyaltyAbility(new UginTheSpiritDragonEffect3(), 10));
this.addAbility(new LoyaltyAbility(new UginTheSpiritDragonEffect3(), -10));
}