This commit is contained in:
Ingmar Goudt 2018-09-16 21:50:48 +02:00
parent db801dd600
commit cef4789c30

View file

@ -71,6 +71,7 @@ class ExplosiveRevelationEffect extends OneShotEffect {
toReveal.add(card); toReveal.add(card);
if (!card.isLand()) { if (!card.isLand()) {
nonLandCard = card; nonLandCard = card;
break;
} }
} }
// reveal cards // reveal cards