- "Morannon" no longer decreases the cost of each SAURON Orc on site 4T, only the first one.

This commit is contained in:
marcins78@gmail.com
2011-11-06 22:56:08 +00:00
parent 5a06759548
commit 4dd878787e
2 changed files with 2 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ public class Card5_102 extends AbstractPermanent {
new Filter() {
@Override
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
return physicalCard.getData() == null;
return self.getData() == null;
}
}),
new LocationCondition(Filters.siteNumber(4), Filters.siteBlock(Block.TWO_TOWERS)), -3);

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>6 Nov. 2011</b>
- "Moria Archer Troop" no longer adds archery if it can spot only non-Moria other archer.
- "Morannon" no longer decreases the cost of each SAURON Orc on site 4T, only the first one.
<b>5 Nov. 2011</b>
- Fixed issue with fierce skirmishes, where cards were not able to assign minions to skirmishes.