mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fixed Ring of Gix.
This commit is contained in:
parent
8ccca932c1
commit
6a41bb53cc
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ public class RingOfGix extends CardImpl<RingOfGix> {
|
|||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new TapTargetEffect(), new ManaCostsImpl("{1}"));
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addTarget(new TargetPermanent(filter));
|
||||
this.addAbility(ability);
|
||||
}
|
||||
|
||||
public RingOfGix(final RingOfGix card) {
|
||||
|
|
Loading…
Reference in a new issue