fix compile

This commit is contained in:
Ingmar Goudt 2020-12-26 16:00:59 +01:00
parent 9f63c3f1f6
commit 5731360f1d

View file

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