* Arashin Sovereign - Fixed that the player had no option to let the card go to the graveyard.

This commit is contained in:
LevelX2 2015-03-31 09:19:22 +02:00
parent 61f9ad73e9
commit 5dc6f1a7c4

View file

@ -59,7 +59,7 @@ public class ArashinSovereign extends CardImpl {
this.addAbility(FlyingAbility.getInstance()); this.addAbility(FlyingAbility.getInstance());
// When Arashin Sovereign dies, you may put it on the top or bottom of its owner's library. // When Arashin Sovereign dies, you may put it on the top or bottom of its owner's library.
this.addAbility(new DiesTriggeredAbility(new ArashinSovereignEffect())); this.addAbility(new DiesTriggeredAbility(new ArashinSovereignEffect(), true));
} }
public ArashinSovereign(final ArashinSovereign card) { public ArashinSovereign(final ArashinSovereign card) {