forked from External/mage
* 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:
parent
d9a03b35d2
commit
f32b28abcc
6 changed files with 128 additions and 69 deletions
|
|
@ -919,6 +919,9 @@ public class ContinuousEffects implements Serializable {
|
|||
return texts;
|
||||
}
|
||||
|
||||
public boolean existRequirementEffects() {
|
||||
return !requirementEffects.isEmpty();
|
||||
}
|
||||
}
|
||||
class TimestampSorter implements Comparator<ContinuousEffect> {
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue