mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- C14: Added Grave Sifter
This commit is contained in:
@@ -41,5 +41,8 @@ public class CleanUpEffect extends SpellAbilityEffect {
|
||||
if (sa.hasParam("ClearChosenCard")) {
|
||||
source.setChosenCards(null);
|
||||
}
|
||||
if (sa.hasParam("ClearChosenType")) {
|
||||
source.setChosenType("");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user