* Tromokratis - Added check that blockers can't be selected to block if they are not able to block anyway. Some redesign of combat.

This commit is contained in:
LevelX2 2014-01-30 15:01:25 +01:00
parent d9a03b35d2
commit f32b28abcc
6 changed files with 128 additions and 69 deletions

View file

@ -919,6 +919,9 @@ public class ContinuousEffects implements Serializable {
return texts;
}
public boolean existRequirementEffects() {
return !requirementEffects.isEmpty();
}
}
class TimestampSorter implements Comparator<ContinuousEffect> {
@Override