- "Pillage of Rohan" should now work correctly.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user