- "Orc Line-breaker" now should work correctly, as skirmishes are finished (characters removed from them) after the

end-of-skirmish happens.
This commit is contained in:
marcins78@gmail.com
2012-07-09 22:36:26 +00:00
parent 06164fcf4f
commit a1fe12b328
2 changed files with 5 additions and 2 deletions

View File

@@ -50,6 +50,9 @@ public class SkirmishPhaseAction extends SystemQueueAction {
}
}
});
appendEffect(
new TriggeringResultEffect(null, new EndOfPhaseResult(Phase.SKIRMISH), "End of skirmish phase"));
appendEffect(
new UnrespondableEffect() {
@Override
@@ -58,8 +61,6 @@ public class SkirmishPhaseAction extends SystemQueueAction {
}
});
appendEffect(
new TriggeringResultEffect(null, new EndOfPhaseResult(Phase.SKIRMISH), "End of skirmish phase"));
appendEffect(
new UnrespondableEffect() {
@Override

View File

@@ -1,6 +1,8 @@
<pre style="font-size:80%">
<b>9 Jul. 2012</b>
- "Anarion, Lord of Anorien" effect now remembers the list of minions it affects upon use, as well as the penalty value.
- "Orc Line-breaker" now should work correctly, as skirmishes are finished (characters removed from them) after the
end-of-skirmish happens.
<b>6 Jul. 2012</b>
- "Harrowdale" now works only until the regroup phase, but both if you moved to and moved out of "Harrowdale".