- "Traitor's Voice" now reduces the move limit if either one of the requirements is met, rather than both.

This commit is contained in:
marcins78@gmail.com
2012-02-08 23:44:33 +00:00
parent 0131e2f663
commit f05b8ea8df
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ public class Card1_142 extends AbstractPermanent {
@Override
public boolean isFullfilled(GameState gameState, ModifiersQuerying modifiersQuerying) {
return gameState.getBurdens() >= 5
&& Filters.canSpot(gameState, modifiersQuerying, Filters.ringBearer, Filters.exhausted);
|| Filters.canSpot(gameState, modifiersQuerying, Filters.ringBearer, Filters.exhausted);
}
}, -1);
}

View File

@@ -2,6 +2,7 @@
<b>8 Feb. 2012</b>
- "Pillage of Rohan" should now correctly prevent FP player from playing Skirmish events and special abilities.
- "Fall Back" should not discard attached cards.
- "Traitor's Voice" now reduces the move limit if either one of the requirements is met, rather than both.
<b>7 Feb. 2012</b>
- Added sets 15 and 16.