mirror of
https://github.com/correl/mage.git
synced 2025-04-07 13:01:06 -09:00
* Kaza, Roil Chaser - fixed that cost reduction effect can be broken on rollback or cast cancel;
This commit is contained in:
parent
0fade0ed8c
commit
d1abfb9255
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ class KazaRoilChaserEffect extends CostModificationEffectImpl {
|
||||||
private KazaRoilChaserEffect(final KazaRoilChaserEffect effect) {
|
private KazaRoilChaserEffect(final KazaRoilChaserEffect effect) {
|
||||||
super(effect);
|
super(effect);
|
||||||
this.spellsCast = effect.spellsCast;
|
this.spellsCast = effect.spellsCast;
|
||||||
|
this.wizardCount = effect.wizardCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue