- "Harrowdale" now works only until the regroup phase, but both if you moved to and moved out of "Harrowdale".

This commit is contained in:
marcins78@gmail.com
2012-07-06 10:28:18 +00:00
parent 332e404f6d
commit 6129de0b2f

View File

@@ -69,7 +69,7 @@ public class Card11_243 extends AbstractNewSite {
}
}, Phase.REGROUP);
game.getModifiersQuerying().getUntilEndOfTurnLimitCounter(self).incrementToLimit(1, 1);
game.getModifiersQuerying().getUntilStartOfPhaseLimitCounter(self, Phase.REGROUP).incrementToLimit(1, 1);
}
return null;
}