mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 12:49:39 -08:00
small fix
This commit is contained in:
parent
74c69f5d4a
commit
2115b87fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ public class SurrakarBanisher extends CardImpl<SurrakarBanisher> {
|
||||||
|
|
||||||
Ability ability = new EntersBattlefieldTriggeredAbility(new ReturnToHandTargetEffect(), true);
|
Ability ability = new EntersBattlefieldTriggeredAbility(new ReturnToHandTargetEffect(), true);
|
||||||
ability.addTarget(new TargetCreaturePermanent(filter));
|
ability.addTarget(new TargetCreaturePermanent(filter));
|
||||||
|
this.addAbility(ability);
|
||||||
}
|
}
|
||||||
|
|
||||||
public SurrakarBanisher(final SurrakarBanisher card) {
|
public SurrakarBanisher(final SurrakarBanisher card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue