mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
* Fixed another problem with available mana generation (e.g. with Nykthos, Shrine to Nyx).
This commit is contained in:
parent
0722276ca4
commit
8620fe5a7d
3 changed files with 50 additions and 3 deletions
|
|
@ -167,6 +167,6 @@ class NykthosDynamicManaEffect extends ManaEffect {
|
|||
break;
|
||||
}
|
||||
}
|
||||
return computedMana;
|
||||
return computedMana.copy();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue