mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Added AEther Snap.
This commit is contained in:
@@ -58,6 +58,10 @@ public class CountersRemoveAllEffect extends SpellEffect {
|
||||
}
|
||||
|
||||
for (final Card tgtCard : cards) {
|
||||
if (sa.hasParam("AllCounterTypes")) {
|
||||
tgtCard.getCounters().clear();
|
||||
continue;
|
||||
}
|
||||
if (sa.hasParam("AllCounters")) {
|
||||
counterAmount = tgtCard.getCounters(CounterType.valueOf(type));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user