- Added the missing library shuffle to the code block for Academy Rector && Lost Auramancers.

This commit is contained in:
jendave
2011-08-06 14:19:29 +00:00
parent 24ad38b30c
commit f8a3d0e00a

View File

@@ -9320,6 +9320,7 @@ public class CardFactory_Creatures {
}// If an enchantment is selected
}// If there are enchantments in library
card.getController().shuffle();
}// If answered yes to may exile
}// If player is human
@@ -9341,6 +9342,7 @@ public class CardFactory_Creatures {
if (card.getName().equals("Academy Rector")) {
AllZone.GameAction.exile(card);
}
card.getController().shuffle();
}
}// player is the computer
}// resolve()