mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- AbilityFactory_ChangeZone won't shuffle a players library if it isn't the origin. (Fixes Brainstorm)
This commit is contained in:
@@ -366,7 +366,9 @@ public class AbilityFactory_ChangeZone {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
player.shuffle();
|
|
||||||
|
if (origin.equals("Library"))
|
||||||
|
player.shuffle();
|
||||||
|
|
||||||
String DrawBack = params.get("SubAbility");
|
String DrawBack = params.get("SubAbility");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user