- "Into the Wild" now should correctly count the sites in current region.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
<b>5 Apr. 2013</b>
|
<b>5 Apr. 2013</b>
|
||||||
- "Deft In Their Movements" now applies only to sites that were in play at the time it was played.
|
- "Deft In Their Movements" now applies only to sites that were in play at the time it was played.
|
||||||
|
- "Into the Wild" now should correctly count the sites in current region.
|
||||||
|
|
||||||
<b>4 Apr. 2013</b>
|
<b>4 Apr. 2013</b>
|
||||||
- "Peering forward" now correctly applies -2 modifier, if ELVEN card is revealed.
|
- "Peering forward" now correctly applies -2 modifier, if ELVEN card is revealed.
|
||||||
|
|||||||
@@ -672,7 +672,7 @@ public class Filters {
|
|||||||
public static final Filter currentRegion = new Filter() {
|
public static final Filter currentRegion = new Filter() {
|
||||||
@Override
|
@Override
|
||||||
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
|
public boolean accepts(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard physicalCard) {
|
||||||
return GameUtils.getRegion(gameState.getCurrentSiteNumber()) == GameUtils.getRegion(gameState);
|
return GameUtils.getRegion(gameState) == GameUtils.getRegion(physicalCard.getSiteNumber());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user