mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
- CheckStyle.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user