mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
[AFC] fixed Klauth, Unrivaled Ancient mana not staying until end of turn
This commit is contained in:
parent
1a940241da
commit
7cc806bb48
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class KlauthUnrivaledAncientEffect extends OneShotEffect {
|
|||
outcome, manaSymbols, attackerPower, attackerPower, MultiAmountType.MANA, game
|
||||
);
|
||||
player.getManaPool().addMana(
|
||||
new KlauthUnrivaledAncientConditionalMana(manaList), game, source, false
|
||||
new KlauthUnrivaledAncientConditionalMana(manaList), game, source, true
|
||||
);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue