mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
* Oath of Nissa - Fixed that the revealed and not selected cards were not always put on the bottom of the library.
This commit is contained in:
parent
69e239d2ed
commit
12f094e854
1 changed files with 1 additions and 1 deletions
|
@ -122,8 +122,8 @@ class OathOfNissaEffect extends OneShotEffect {
|
|||
topCards.remove(card);
|
||||
}
|
||||
}
|
||||
controller.putCardsOnBottomOfLibrary(topCards, game, source, true);
|
||||
}
|
||||
controller.putCardsOnBottomOfLibrary(topCards, game, source, true);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue