ChangeZoneEffect: WithCounters should be go throuh etbCounter function

This commit is contained in:
Hanmac
2017-07-07 16:25:37 +00:00
parent 14b8ca3b22
commit eaadc8e09c

View File

@@ -475,7 +475,7 @@ public class ChangeZoneEffect extends SpellAbilityEffect {
}
if (sa.hasParam("WithCounters")) {
String[] parse = sa.getParam("WithCounters").split("_");
tgtC.addCounter(CounterType.getType(parse[0]), Integer.parseInt(parse[1]), hostCard, true);
tgtC.addEtbCounter(CounterType.getType(parse[0]), Integer.parseInt(parse[1]));
}
if (sa.hasParam("GainControl")) {
if (sa.hasParam("NewController")) {