mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* Acklay of the Arena - Fixed triggered ability (fixes #5416).
This commit is contained in:
parent
dbbe92ff0a
commit
43ee5e9c43
2 changed files with 41 additions and 20 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
package mage.cards.g;
|
||||
|
||||
import java.util.UUID;
|
||||
|
|
@ -16,7 +15,6 @@ import mage.constants.CardType;
|
|||
import mage.constants.Outcome;
|
||||
import mage.constants.Zone;
|
||||
import mage.filter.StaticFilters;
|
||||
import mage.filter.common.FilterBasicLandCard;
|
||||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.players.Player;
|
||||
|
|
@ -30,7 +28,7 @@ import mage.target.common.TargetLandPermanent;
|
|||
public final class GhostQuarter extends CardImpl {
|
||||
|
||||
public GhostQuarter(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId,setInfo,new CardType[]{CardType.LAND},"");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.LAND}, "");
|
||||
|
||||
// {T}: Add {C}.
|
||||
this.addAbility(new ColorlessManaAbility());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue