mirror of
https://github.com/magefree/mage.git
synced 2025-12-21 02:52:02 -08:00
fix test failure
This commit is contained in:
parent
e552a54e6f
commit
7b472e28f3
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ import mage.constants.CardType;
|
||||||
import mage.constants.SubType;
|
import mage.constants.SubType;
|
||||||
import mage.constants.Zone;
|
import mage.constants.Zone;
|
||||||
import mage.counters.CounterType;
|
import mage.counters.CounterType;
|
||||||
|
import mage.target.common.TargetCreaturePermanent;
|
||||||
import mage.target.targetadjustment.TargetsCountAdjuster;
|
import mage.target.targetadjustment.TargetsCountAdjuster;
|
||||||
|
|
||||||
import java.util.UUID;
|
import java.util.UUID;
|
||||||
|
|
@ -46,6 +47,7 @@ public final class RotCurseRakshasa extends CardImpl {
|
||||||
new ManaCostsImpl<>("{X}{B}{B}")
|
new ManaCostsImpl<>("{X}{B}{B}")
|
||||||
);
|
);
|
||||||
ability.addCost(new ExileSourceFromGraveCost());
|
ability.addCost(new ExileSourceFromGraveCost());
|
||||||
|
ability.addTarget(new TargetCreaturePermanent());
|
||||||
ability.setTargetAdjuster(new TargetsCountAdjuster(GetXValue.instance));
|
ability.setTargetAdjuster(new TargetsCountAdjuster(GetXValue.instance));
|
||||||
this.addAbility(ability.setAbilityWord(AbilityWord.RENEW));
|
this.addAbility(ability.setAbilityWord(AbilityWord.RENEW));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue