mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Merge remote-tracking branch 'fork/master'
This commit is contained in:
commit
1e64ecfe07
1 changed files with 0 additions and 1 deletions
|
|
@ -127,7 +127,6 @@ class CascadeEffect extends OneShotEffect {
|
|||
if (card != null) {
|
||||
if (controller.chooseUse(outcome, "Use cascade effect on " + card.getLogName() + "?", source, game)) {
|
||||
controller.cast(card.getSpellAbility(), game, true);
|
||||
}
|
||||
}
|
||||
// Move the remaining cards to the buttom of the library in a random order
|
||||
Cards cardsFromExile = new CardsImpl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue