mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
updated MH1 spoiler
This commit is contained in:
parent
dddc47fedc
commit
20e1497c3a
2 changed files with 5 additions and 4 deletions
|
|
@ -27,8 +27,8 @@ public final class RuinationRioter extends CardImpl {
|
|||
|
||||
this.subtype.add(SubType.HUMAN);
|
||||
this.subtype.add(SubType.BERSERKER);
|
||||
this.power = new MageInt(1);
|
||||
this.toughness = new MageInt(1);
|
||||
this.power = new MageInt(2);
|
||||
this.toughness = new MageInt(2);
|
||||
|
||||
// When Ruination Rioter dies, you may have it deal damage to any target equal to the number of land cards in your graveyard.
|
||||
Ability ability = new DiesTriggeredAbility(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue