Arashin War Beast's ability is not optional

This commit is contained in:
Neil Gentleman 2016-02-14 16:24:33 -08:00
parent a3836f6ec7
commit 09a9e06a0f

View file

@ -58,7 +58,7 @@ public class ArashinWarBeast extends CardImpl {
this.toughness = new MageInt(6); this.toughness = new MageInt(6);
// Whenever Arashin War Beast deals combat damage to one or more blockers, manifest the top card of your library. // 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));
} }