mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Arashin Sovereign - Fixed that the player had no option to let the card go to the graveyard.
This commit is contained in:
parent
61f9ad73e9
commit
5dc6f1a7c4
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class ArashinSovereign extends CardImpl {
|
|||
this.addAbility(FlyingAbility.getInstance());
|
||||
|
||||
// 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) {
|
||||
|
|
Loading…
Reference in a new issue