mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Arashin War Beast's ability is not optional
This commit is contained in:
parent
a3836f6ec7
commit
09a9e06a0f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class ArashinWarBeast extends CardImpl {
|
|||
this.toughness = new MageInt(6);
|
||||
|
||||
// Whenever Arashin War Beast deals combat damage to one or more blockers, manifest the top card of your library.
|
||||
this.addAbility(new ArashinWarBeastTriggeredAbility(new ManifestEffect(1), true));
|
||||
this.addAbility(new ArashinWarBeastTriggeredAbility(new ManifestEffect(1), false));
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue