mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
- Little fix to Dragonlord's Servant.
This commit is contained in:
parent
e4f42c0da2
commit
f2aa0773fa
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ public class DragonlordsServant extends CardImpl {
|
|||
this.toughness = new MageInt(3);
|
||||
|
||||
// Dragon spells you cast cost {1} less to cast.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SpellsCostReductionControllerEffect(filter, 2)));
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new SpellsCostReductionControllerEffect(filter, 1)));
|
||||
}
|
||||
|
||||
public DragonlordsServant(final DragonlordsServant card) {
|
||||
|
|
Loading…
Reference in a new issue