- "Harrowdale" might be working fine this time around.

This commit is contained in:
marcins78
2012-10-23 14:02:07 +00:00
parent 2a13ce80d0
commit 27eeeeba64
2 changed files with 5 additions and 2 deletions

View File

@@ -35,8 +35,8 @@ public class Card11_243 extends AbstractNewSite {
@Override
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, final PhysicalCard self) {
if (game.getModifiersQuerying().getUntilStartOfPhaseLimitCounter(self, Phase.REGROUP).getUsedLimit() < 1) {
game.getActionsEnvironment().addUntilStartOfPhaseActionProxy(
if (game.getModifiersQuerying().getUntilEndOfPhaseLimitCounter(self, Phase.REGROUP).getUsedLimit() < 1) {
game.getActionsEnvironment().addUntilEndOfPhaseActionProxy(
new AbstractActionProxy() {
private Set<Integer> _minionsMarked = new HashSet<Integer>();

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>23 Oct. 2012</b>
- "Harrowdale" might be working fine this time around.
<b>16 Oct. 2012</b>
- "Down to the Last Child" now triggers on companion/ally losing skirmish, not Uruk-hai winning, so if companion loses
skirmish to 2 Uruk-hai, it will only add one token.