mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Fix the clean up of imprinted cards using DB CleanUp.
This commit is contained in:
@@ -28,6 +28,7 @@ public class CleanUpEffect extends SpellAbilityEffect {
|
||||
}
|
||||
if (sa.hasParam("ClearImprinted")) {
|
||||
source.clearImprintedCards();
|
||||
game.getCardState(source).clearImprintedCards();
|
||||
}
|
||||
if (sa.hasParam("ClearChosenX")) {
|
||||
source.setSVar("ChosenX", "");
|
||||
|
||||
Reference in New Issue
Block a user