fixed menace counters not working

This commit is contained in:
Evan Kranzler 2020-04-20 19:21:01 -04:00
parent 37b79bc6ad
commit 58541b8a24

View file

@ -945,6 +945,7 @@ public class ContinuousEffects implements Serializable {
Map<ContinuousEffect, Set<UUID>> waitingEffects = new LinkedHashMap<>();
Set<UUID> appliedEffects = new HashSet<>();
applyCounters.apply(Layer.AbilityAddingRemovingEffects_6, SubLayer.NA, null, game);
activeLayerEffects=getLayeredEffects(game);
while (!done) { // loop needed if a added effect adds again an effect (e.g. Level 5- of Joraga Treespeaker)
done = true;