mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added additional cleanups to newGameCleanup().
This commit is contained in:
@@ -111,8 +111,12 @@ public class MagicStack extends MyObservable {
|
||||
*/
|
||||
public final void reset() {
|
||||
this.getStack().clear();
|
||||
this.simultaneousStackEntryList.clear();
|
||||
this.frozen = false;
|
||||
this.splitSecondOnStack = 0;
|
||||
this.lastTurnCast.clear();
|
||||
this.thisTurnCast.clear();
|
||||
this.curResolvingCard = null;
|
||||
this.getFrozenStack().clear();
|
||||
this.updateObservers();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user