- CheckStyle.

This commit is contained in:
Chris
2012-02-03 11:40:44 +00:00
parent 528f67bdab
commit 7bbb26bd5f

View File

@@ -1552,7 +1552,7 @@ public class Card extends GameEntity implements Comparable<Card> {
for (int i = 0; i < n; i++) {
AllZone.getTriggerHandler().runTrigger("CounterRemoved", runParams);
}
if (counterName.equals(Counters.TIME) && (aux == 0)) {
final boolean hasVanish = CardFactoryUtil.hasKeyword(this, "Vanishing") != -1;