The issue was caused by the game not being able to find Lady of the Wood's deck list after reloading the game, since it was looking for "LadyOfTheWoodDeckList" instead of "Cauldron.LadyOfTheWoodDeckList". The solution was to use TurnTaker.QualifiedIdentifier instead of TurnTaker.Identifier when handling the season cards after Lady is incapped, so after Lady's TurnTaker is replaced, the game can find the deck list in order to add the season cards to the new TurnTaker.
The issue was caused by the game not being able to find Lady of the Wood's deck list after reloading the game, since it was looking for "LadyOfTheWoodDeckList" instead of "Cauldron.LadyOfTheWoodDeckList". The solution was to use TurnTaker.QualifiedIdentifier instead of TurnTaker.Identifier when handling the season cards after Lady is incapped, so after Lady's TurnTaker is replaced, the game can find the deck list in order to add the season cards to the new TurnTaker.