mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Updated Transgress the Mind to reveal the hand to everybody and then let the player choose a card and exile it (with an additional switch not to reveal the hand two times to the activator).
This commit is contained in:
@@ -797,7 +797,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
|
||||
|
||||
//determine list of all cards to reveal to player in addition to those that can be chosen
|
||||
DelayedReveal delayedReveal = null;
|
||||
if (!defined) {
|
||||
if (!defined && !sa.hasParam("AlreadyRevealed")) {
|
||||
if (origin.contains(ZoneType.Library) && searchedLibrary) {
|
||||
final int fetchNum = Math.min(player.getCardsIn(ZoneType.Library).size(), 4);
|
||||
CardCollectionView shown = !decider.hasKeyword("LimitSearchLibrary") ? player.getCardsIn(ZoneType.Library) : player.getCardsIn(ZoneType.Library, fetchNum);
|
||||
|
||||
Reference in New Issue
Block a user