- "Pillage of Rohan" should now work correctly.

This commit is contained in:
marcins78@gmail.com
2012-04-30 09:44:05 +00:00
parent 7a1a9072e5
commit 2677aa5a30
2 changed files with 4 additions and 1 deletions

View File

@@ -36,6 +36,6 @@ public class Card4_167 extends AbstractAttachable {
public List<? extends Modifier> getAlwaysOnModifiers(LotroGame game, final PhysicalCard self) {
return Collections.singletonList(
new SidePlayerCantPlayPhaseEventsOrSpecialAbilitiesModifier(self,
new SpotCondition(self, Filters.hasStacked(Race.URUK_HAI)), Side.FREE_PEOPLE, Phase.SKIRMISH));
new SpotCondition(Filters.hasAttached(self), Filters.hasStacked(Race.URUK_HAI)), Side.FREE_PEOPLE, Phase.SKIRMISH));
}
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>30 Apr. 2012</b>
- "Pillage of Rohan" should now work correctly.
<b>27 Apr. 2012</b>
- "Morning Came" now correctly adds +2 Strength to the character if shadow player puts card from hand beneath his/her
draw deck.