mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Fixed two minor rule text bugs for Alchimists Refuge and Freewind Equenaut.
This commit is contained in:
parent
47c8ad8076
commit
425739d195
2 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ public class AlchemistsRefuge extends CardImpl<AlchemistsRefuge> {
|
||||||
this.addAbility(new ColorlessManaAbility());
|
this.addAbility(new ColorlessManaAbility());
|
||||||
|
|
||||||
// {G}{U}, {tap}: You may cast nonland cards this turn as though they had flash.
|
// {G}{U}, {tap}: You may cast nonland cards this turn as though they had flash.
|
||||||
this.addAbility(new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new AddContinuousEffectToGame(new AlchemistsRefugeEffect()), new CompositeCost(new ManaCostsImpl("{G}{U}"), new TapSourceCost(), "{G}{U}, {tap}")));
|
this.addAbility(new SimpleActivatedAbility(Constants.Zone.BATTLEFIELD, new AddContinuousEffectToGame(new AlchemistsRefugeEffect()), new CompositeCost(new ManaCostsImpl("{G}{U}"), new TapSourceCost(), "{G}{U}, {T}")));
|
||||||
}
|
}
|
||||||
|
|
||||||
public AlchemistsRefuge(final AlchemistsRefuge card) {
|
public AlchemistsRefuge(final AlchemistsRefuge card) {
|
||||||
|
|
|
@ -70,7 +70,7 @@ public class FreewindEquenaut extends CardImpl<FreewindEquenaut> {
|
||||||
new ConditionalContinousEffect(
|
new ConditionalContinousEffect(
|
||||||
new GainAbilitySourceEffect(ability, Duration.WhileOnBattlefield),
|
new GainAbilitySourceEffect(ability, Duration.WhileOnBattlefield),
|
||||||
new EnchantedCondition(),
|
new EnchantedCondition(),
|
||||||
"As long as {this} is enchanted, it has \"{tap}: {this} deals 2 damage to target attacking or blocking creature\"")));
|
"As long as {this} is enchanted, it has \"{T}: {this} deals 2 damage to target attacking or blocking creature\"")));
|
||||||
}
|
}
|
||||||
|
|
||||||
public FreewindEquenaut(final FreewindEquenaut card) {
|
public FreewindEquenaut(final FreewindEquenaut card) {
|
||||||
|
|
Loading…
Reference in a new issue