mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Ugin, the Spirit Dragon - Fixed that the ultimate +10 instead of -10
This commit is contained in:
parent
d4ad6cf6a6
commit
383f6a113f
1 changed files with 171 additions and 171 deletions
|
@ -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));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue