mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Adding check for Shuffle Parameter to ChangeZoneHidden. (Fixes See Beyond and possibly others)
This commit is contained in:
@@ -520,7 +520,7 @@ public class AbilityFactory_ChangeZone {
|
||||
}
|
||||
}
|
||||
|
||||
if (origin.equals("Library") && !destination.equals("Library"))
|
||||
if ((origin.equals("Library") && !destination.equals("Library")) || params.containsKey("Shuffle"))
|
||||
player.shuffle();
|
||||
|
||||
String DrawBack = params.get("SubAbility");
|
||||
|
||||
Reference in New Issue
Block a user