- AbilityFactory_ChangeZone won't shuffle a players library if it isn't the origin. (Fixes Brainstorm)

This commit is contained in:
jendave
2011-08-06 13:56:37 +00:00
parent 3c0e16b3d5
commit 81a7a2c020

View File

@@ -366,7 +366,9 @@ public class AbilityFactory_ChangeZone {
}
}
}
player.shuffle();
if (origin.equals("Library"))
player.shuffle();
String DrawBack = params.get("SubAbility");