new effect discarding mechanism

This commit is contained in:
magenoxx 2012-07-20 13:06:42 +04:00
parent 1a81cf650b
commit cdb3ccfc38
5 changed files with 16 additions and 3 deletions

View file

@ -130,7 +130,6 @@ public class ContinuousEffects implements Serializable {
restrictionEffects.removeInactiveEffects(game);
asThoughEffects.removeInactiveEffects(game);
costModificationEffects.removeInactiveEffects(game);
}
public List<ContinuousEffect> getLayeredEffects(Game game) {