Ford of Bruinen should only discount first Nazgul played on THAT site, not any site.

This commit is contained in:
marcins78@gmail.com
2011-09-20 22:22:14 +00:00
parent 7e9f8d454e
commit a3bf546b0f

View File

@@ -39,7 +39,7 @@ public class Card1_338 extends AbstractSite {
new Filter() {
@Override
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
return (self.getData() == null);
return gameState.getCurrentSite() == self && (self.getData() == null);
}
}), -5);
}