Skip to content

Commit

Permalink
* Kaza, Roil Chaser - fixed that cost reduction effect can be broken …
Browse files Browse the repository at this point in the history
…on rollback or cast cancel;
  • Loading branch information
JayDi85 committed Nov 18, 2020
1 parent 0fade0e commit d1abfb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mage.Sets/src/mage/cards/k/KazaRoilChaser.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class KazaRoilChaserEffect extends CostModificationEffectImpl {
private KazaRoilChaserEffect(final KazaRoilChaserEffect effect) {
super(effect);
this.spellsCast = effect.spellsCast;
this.wizardCount = effect.wizardCount;
}

@Override
Expand Down

0 comments on commit d1abfb9

Please sign in to comment.