- "Harrowdale" might be working fine this time around.
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user