Fix counter placement sound playing repeatedly.

This commit is contained in:
elcnesh
2014-09-29 09:08:45 +00:00
parent 97a46fae15
commit 9ce50662fe
2 changed files with 23 additions and 13 deletions

View File

@@ -758,7 +758,7 @@ public abstract class PumpAiBase extends SpellAbilityAi {
pumped.addChangedCardKeywords(kws, new ArrayList<String>(), false, timestamp);
Set<CounterType> types = c.getCounters().keySet();
for(CounterType ct : types) {
pumped.addCounter(ct, c.getCounters(ct), true);
pumped.addCounterFireNoEvents(ct, c.getCounters(ct), true);
}
//Copies tap-state and extra keywords (auras, equipment, etc.)
if (c.isTapped()) {