add Counters.DOOM to isNegativeCounter()

This commit is contained in:
jendave
2011-08-06 10:54:33 +00:00
parent b2ab9a8ebb
commit b44b33b48c

View File

@@ -4758,7 +4758,7 @@ public class CardFactoryUtil {
P0M2("+0/-2"),
TIME(),
*/
return c == Counters.AGE || c == Counters.BLAZE || c == Counters.BRIBERY || c == Counters.ICE ||
return c == Counters.AGE || c == Counters.BLAZE || c == Counters.BRIBERY || c == Counters.DOOM || c == Counters.ICE ||
c == Counters.M1M1 || c == Counters.P0M1 || c == Counters.P0M2 || c == Counters.TIME;
}