mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fixed a bug with Beacon of Destruction not reseting its stats (Occurs with the use of Mind's Desire)
This commit is contained in:
@@ -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());
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user