mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08:00
* Cabal Paladin - fixed minor tooltip rule text difference.
This commit is contained in:
parent
9eceb9a495
commit
f041914ef8
1 changed files with 2 additions and 2 deletions
|
|
@ -32,11 +32,11 @@ import mage.MageInt;
|
|||
import mage.abilities.common.SpellCastControllerTriggeredAbility;
|
||||
import mage.abilities.dynamicvalue.common.StaticValue;
|
||||
import mage.abilities.effects.common.DamagePlayersEffect;
|
||||
import mage.constants.SubType;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.cards.CardSetInfo;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Outcome;
|
||||
import mage.constants.SubType;
|
||||
import mage.constants.TargetController;
|
||||
import mage.filter.common.FilterHistoricSpell;
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ public class CabalPaladin extends CardImpl {
|
|||
this.addAbility(new SpellCastControllerTriggeredAbility(
|
||||
new DamagePlayersEffect(Outcome.Damage, new StaticValue(2), TargetController.OPPONENT)
|
||||
.setText("{this} deals 2 damage to each opponent. <i>(Artifacts, legendaries, and Sagas are historic.)</i>"),
|
||||
new FilterHistoricSpell(), false
|
||||
new FilterHistoricSpell("a historic spell"), false
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue