mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fix for #5302
This commit is contained in:
parent
db801dd600
commit
cef4789c30
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue