"Ford of Bruinen"

This commit is contained in:
marcins78
2013-02-21 12:10:06 +00:00
parent 81e4c573c0
commit 45aef12070

View File

@@ -23,7 +23,7 @@ import java.util.List;
* Ford of Bruinen
* 3 0
* River. Sanctuary.
* The twilight cost of the first Nazgul played at Ford of Bruinen each turn is -5.
* The twilight cost of the first Nazgul played at Ford of Bruinen each turn is -2.
*/
public class Card20_429 extends AbstractSite {
public Card20_429() {
@@ -42,7 +42,7 @@ public class Card20_429 extends AbstractSite {
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
return modifiersQuerying.getUntilEndOfTurnLimitCounter(self).getUsedLimit() < 1;
}
}), -5);
}), -2);
}
@Override