- 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,6 +366,8 @@ public class AbilityFactory_ChangeZone {
} }
} }
} }
if (origin.equals("Library"))
player.shuffle(); player.shuffle();
String DrawBack = params.get("SubAbility"); String DrawBack = params.get("SubAbility");