mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- Added the option "ClearChosenX" to AF Cleanup and fixed Myr Battlesphere.
This commit is contained in:
@@ -74,6 +74,9 @@ public final class AbilityFactoryCleanup {
|
||||
if (params.containsKey("ClearImprinted")) {
|
||||
sa.getSourceCard().clearImprinted();
|
||||
}
|
||||
if (params.containsKey("ClearChosenX")) {
|
||||
sa.getSourceCard().setSVar("ChosenX", "");
|
||||
}
|
||||
}
|
||||
|
||||
} // end class AbilityFactory_Cleanup
|
||||
|
||||
Reference in New Issue
Block a user