CountersPutEffect add more reasons to skip the try

This commit is contained in:
Northmoc
2022-04-18 11:30:13 -04:00
parent ac9e0630c7
commit 07baa60658

View File

@@ -479,7 +479,8 @@ public class CountersPutEffect extends SpellAbilityEffect {
} else {
CounterType counterType = null;
if (!sa.hasParam("EachExistingCounter") && !sa.hasParam("EachFromSource")
&& !sa.hasParam("CounterTypePerDefined")) {
&& !sa.hasParam("UniqueType") && !sa.hasParam("CounterTypePerDefined")
&& !sa.hasParam("CounterTypes") && !sa.hasParam("ChooseDifferent")) {
try {
List<CounterType> choices = Lists.newArrayList();
for (String s : sa.getParam("CounterType").split(",")) {