* Kaza, Roil Chaser - fixed that cost reduction effect can be broken on rollback or cast cancel;

This commit is contained in:
Oleg Agafonov 2020-11-18 12:07:32 +04:00
parent 0fade0ed8c
commit d1abfb9255

View file

@ -76,6 +76,7 @@ class KazaRoilChaserEffect extends CostModificationEffectImpl {
private KazaRoilChaserEffect(final KazaRoilChaserEffect effect) {
super(effect);
this.spellsCast = effect.spellsCast;
this.wizardCount = effect.wizardCount;
}
@Override