- "Traitor's Voice" now reduces the move limit if either one of the requirements is met, rather than both.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user