mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
add "ClearNamedCard" to CleanUpEffect
This commit is contained in:
@@ -55,5 +55,8 @@ public class CleanUpEffect extends SpellAbilityEffect {
|
||||
if (sa.hasParam("ClearChosenColor")) {
|
||||
source.setChosenColors(null);
|
||||
}
|
||||
if (sa.hasParam("ClearNamedCard")) {
|
||||
source.setNamedCard("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user