mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
* Deftblade Elite - Fixed wrong activation cost.
This commit is contained in:
parent
8ca8d80a5c
commit
fb30f685de
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ public class DeftbladeElite extends CardImpl {
|
|||
// {1}{W}: Prevent all combat damage that would be dealt to and dealt by Deftblade Elite this turn.
|
||||
Effect effect = new PreventCombatDamageToSourceEffect(Duration.EndOfTurn);
|
||||
effect.setText("Prevent all combat damage that would be dealt to");
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, effect, new ManaCostsImpl("{3}{W}"));
|
||||
Ability ability = new SimpleActivatedAbility(Zone.BATTLEFIELD, effect, new ManaCostsImpl("{1}{W}"));
|
||||
effect = new PreventCombatDamageBySourceEffect(Duration.EndOfTurn);
|
||||
effect.setText("and dealt by {this} this turn");
|
||||
ability.addEffect(effect);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue