Fixed a bug with Beacon of Destruction not reseting its stats (Occurs with the use of Mind's Desire)

This commit is contained in:
jendave
2011-08-06 04:50:24 +00:00
parent 3f4fc721c0
commit 004c2afb56

View File

@@ -6341,7 +6341,7 @@ public class CardFactory implements NewConstants {
void done() {
//shuffle card back into the library
PlayerZone library = AllZone.getZone(Constant.Zone.Library, card.getController());
library.add(card);
AllZone.GameAction.moveTo(library,card);
AllZone.GameAction.shuffle(card.getController());
}
};