mirror of
https://github.com/correl/mage.git
synced 2025-01-12 03:00:13 +00:00
small fix
This commit is contained in:
parent
a94151ace9
commit
05ae5d7864
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ public final class PortalOfSanctuary extends CardImpl {
|
|||
);
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addTarget(new TargetControlledCreaturePermanent());
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
private PortalOfSanctuary(final PortalOfSanctuary card) {
|
||||
|
|
Loading…
Reference in a new issue