mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
add Counters.DOOM to isNegativeCounter()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user