mirror of
https://github.com/correl/mage.git
synced 2025-01-12 19:25:44 +00:00
[MID] fixed Moonrager's Slash ability order
This commit is contained in:
parent
825124c76f
commit
be2d443e1a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ public final class MoonragersSlash extends CardImpl {
|
|||
// This spell costs {2} less to cast if it's night.
|
||||
this.addAbility(new SimpleStaticAbility(
|
||||
Zone.ALL, new SpellCostReductionSourceEffect(2, NightCondition.instance)
|
||||
).addHint(NightHint.instance));
|
||||
).addHint(NightHint.instance).setRuleAtTheTop(true));
|
||||
|
||||
// Moonrager's Slash deals 3 damage to any target.
|
||||
this.getSpellAbility().addEffect(new DamageTargetEffect(3));
|
||||
|
|
Loading…
Reference in a new issue