mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
CleanUpEffect: add extra flag to clear chosen player
This commit is contained in:
@@ -48,6 +48,9 @@ public class CleanUpEffect extends SpellAbilityEffect {
|
||||
if (sa.hasParam("ClearChosenCard")) {
|
||||
source.setChosenCards(null);
|
||||
}
|
||||
if (sa.hasParam("ClearChosenPlayer")) {
|
||||
source.setChosenPlayer(null);
|
||||
}
|
||||
if (sa.hasParam("ClearChosenType")) {
|
||||
source.setChosenType("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user