forked from External/mage
* Fixed CMC calculation for transformed cards (fixes #1826).
This commit is contained in:
parent
1deb4192ba
commit
2b8f73dbcc
132 changed files with 227 additions and 179 deletions
|
|
@ -72,7 +72,7 @@ public class RevealTargetFromHandCost extends CostImpl {
|
|||
for (UUID targetId : targets.get(0).getTargets()) {
|
||||
Card card = player.getHand().get(targetId, game);
|
||||
if (card != null) {
|
||||
convertedManaCosts += card.getManaCost().convertedManaCost();
|
||||
convertedManaCosts += card.getConvertedManaCost();
|
||||
numberCardsRevealed++;
|
||||
cards.add(card);
|
||||
revealedCards.add(card);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue