mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
* Titan of Eternal Fire fixed tooltip text.
This commit is contained in:
parent
4a7f90da9f
commit
868127dc85
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ import mage.constants.CardType;
|
|||
import mage.constants.Duration;
|
||||
import mage.constants.Rarity;
|
||||
import mage.constants.Zone;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
import mage.filter.common.FilterCreaturePermanent;
|
||||
import mage.target.common.TargetCreatureOrPlayer;
|
||||
|
||||
/**
|
||||
|
@ -63,7 +63,7 @@ public class TitanOfEternalFire extends CardImpl<TitanOfEternalFire> {
|
|||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DamageTargetEffect(1), new ManaCostsImpl("{R}"));
|
||||
ability.addCost(new TapSourceCost());
|
||||
ability.addTarget(new TargetCreatureOrPlayer());
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityControlledEffect(ability, Duration.WhileOnBattlefield, new FilterControlledCreaturePermanent("Human", "Each Human creature you control"))));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GainAbilityControlledEffect(ability, Duration.WhileOnBattlefield, new FilterCreaturePermanent("Human", "Each Human creature"))));
|
||||
}
|
||||
|
||||
public TitanOfEternalFire(final TitanOfEternalFire card) {
|
||||
|
|
Loading…
Reference in a new issue