mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
GameAction: reset LastState after Static Rules are applied
This commit is contained in:
@@ -1105,6 +1105,7 @@ public class GameAction {
|
||||
// trigger reset above will activate the copy's Always trigger, which needs to be triggered at
|
||||
// this point.
|
||||
checkStaticAbilities(false, affectedCards, CardCollection.EMPTY);
|
||||
game.copyLastState();
|
||||
|
||||
if (!refreeze) {
|
||||
game.getStack().unfreezeStack();
|
||||
|
||||
Reference in New Issue
Block a user