mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28: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")) {
|
if (sa.hasParam("ClearImprinted")) {
|
||||||
source.clearImprintedCards();
|
source.clearImprintedCards();
|
||||||
|
game.getCardState(source).clearImprintedCards();
|
||||||
}
|
}
|
||||||
if (sa.hasParam("ClearChosenX")) {
|
if (sa.hasParam("ClearChosenX")) {
|
||||||
source.setSVar("ChosenX", "");
|
source.setSVar("ChosenX", "");
|
||||||
|
|||||||
Reference in New Issue
Block a user