mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00: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) {
|
||||
super(effect);
|
||||
this.spellsCast = effect.spellsCast;
|
||||
this.wizardCount = effect.wizardCount;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue