mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08: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…
Add table
Add a link
Reference in a new issue