mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Dawn Charm - Fixed that the prevention effect did prevent all damage not only combat damage.
This commit is contained in:
parent
fe2d41944a
commit
4dea363592
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public class DawnCharm extends CardImpl {
|
|||
|
||||
|
||||
// Choose one - Prevent all combat damage that would be dealt this turn
|
||||
this.getSpellAbility().addEffect(new PreventAllDamageByAllEffect(Duration.EndOfTurn), true);
|
||||
this.getSpellAbility().addEffect(new PreventAllDamageByAllEffect(Duration.EndOfTurn, true));
|
||||
// or regenerate target creature;
|
||||
Mode mode = new Mode();
|
||||
mode.getEffects().add(new RegenerateTargetEffect());
|
||||
|
|
Loading…
Reference in a new issue