mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
fix compile
This commit is contained in:
parent
9f63c3f1f6
commit
5731360f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ public final class HeedTheMists extends CardImpl {
|
|||
.stream()
|
||||
.mapToInt(MageObject::getConvertedManaCost)
|
||||
.sum();
|
||||
controller.drawCards(totalCMC, source.getSourceId(), game);
|
||||
controller.drawCards(totalCMC, source, game);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue