- "Morannon" no longer decreases the cost of each SAURON Orc on site 4T, only the first one.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user