mirror of
https://github.com/correl/mage.git
synced 2025-04-05 01:09:06 -09:00
Text edit and minor cleanup
This commit is contained in:
parent
e4c8aa5f61
commit
61f5879d84
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ public class Foxfire extends CardImpl {
|
|||
// Untap target attacking creature. Prevent all combat damage that would be dealt to and dealt by that creature this turn.
|
||||
this.getSpellAbility().addTarget(new TargetAttackingCreature());
|
||||
this.getSpellAbility().addEffect(new UntapTargetEffect());
|
||||
this.getSpellAbility().addEffect(new PreventDamageByTargetEffect(Duration.EndOfTurn, true));
|
||||
this.getSpellAbility().addEffect(new PreventDamageToTargetEffect(Duration.EndOfTurn, Integer.MAX_VALUE, true));
|
||||
this.getSpellAbility().addEffect(new PreventDamageByTargetEffect(Duration.EndOfTurn, true).setText("Prevent all combat damage that would be dealt to "));
|
||||
this.getSpellAbility().addEffect(new PreventDamageToTargetEffect(Duration.EndOfTurn, true).setText("and dealt by that creature this turn."));
|
||||
|
||||
// Draw a card at the beginning of the next turn's upkeep.
|
||||
this.getSpellAbility().addEffect(new CreateDelayedTriggeredAbilityEffect(new AtTheBeginOfNextUpkeepDelayedTriggeredAbility(new DrawCardSourceControllerEffect(1)),false));
|
||||
|
|
Loading…
Add table
Reference in a new issue