mirror of
https://github.com/correl/mage.git
synced 2025-04-06 09:13:45 -09: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
|
outcome, manaSymbols, attackerPower, attackerPower, MultiAmountType.MANA, game
|
||||||
);
|
);
|
||||||
player.getManaPool().addMana(
|
player.getManaPool().addMana(
|
||||||
new KlauthUnrivaledAncientConditionalMana(manaList), game, source, false
|
new KlauthUnrivaledAncientConditionalMana(manaList), game, source, true
|
||||||
);
|
);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue