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