mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +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);
|
||||
if (!card.isLand()) {
|
||||
nonLandCard = card;
|
||||
break;
|
||||
}
|
||||
}
|
||||
// reveal cards
|
||||
|
|
Loading…
Reference in a new issue