mirror of
https://github.com/correl/mage.git
synced 2025-03-17 01:06:26 -09:00
* Augur of Bolas - Fixed that the revealed cards were not moved to the bottom of the library if no instant/sorcery was included.
This commit is contained in:
parent
b5123883ff
commit
f0bbb8db7b
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ class AugurOfBolasEffect extends OneShotEffect {
|
||||||
topCards.remove(card);
|
topCards.remove(card);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
controller.putCardsOnBottomOfLibrary(topCards, game, source, true);
|
|
||||||
}
|
}
|
||||||
|
controller.putCardsOnBottomOfLibrary(topCards, game, source, true);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue