mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
* Rescue From the Underworld - small fix to the tooltip text.
This commit is contained in:
parent
beffdd5a8a
commit
06d5e2a4c6
2 changed files with 16 additions and 5 deletions
|
|
@ -43,6 +43,7 @@ import mage.constants.Outcome;
|
|||
import mage.constants.Rarity;
|
||||
import mage.constants.TargetController;
|
||||
import mage.constants.Zone;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
import mage.filter.common.FilterCreatureCard;
|
||||
import mage.game.Game;
|
||||
import mage.game.events.GameEvent;
|
||||
|
|
@ -82,7 +83,7 @@ public class RescueFromTheUnderworld extends CardImpl<RescueFromTheUnderworld> {
|
|||
this.color.setBlack(true);
|
||||
|
||||
// As an additional cost to cast Rescue from the Underworld, sacrifice a creature.
|
||||
this.getSpellAbility().addCost(new SacrificeTargetCost(new TargetControlledCreaturePermanent()));
|
||||
this.getSpellAbility().addCost(new SacrificeTargetCost(new TargetControlledCreaturePermanent(1,1,new FilterControlledCreaturePermanent("a creature"), false)));
|
||||
|
||||
// Choose target creature card in your graveyard. Return that card and the sacrificed card to the battlefield under your control at the beginning of your next upkeep. Exile Rescue from the Underworld.
|
||||
this.getSpellAbility().addEffect(new RescueFromTheUnderworldTextEffect());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue