[AFC] fixed Klauth, Unrivaled Ancient mana not staying until end of turn

This commit is contained in:
Evan Kranzler 2021-08-16 08:38:50 -04:00
parent 1a940241da
commit 7cc806bb48

View file

@ -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;
}