- "Doors of Durin" should be working correctly now with Smeagol (companion with no race).

This commit is contained in:
marcins78@gmail.com
2012-04-26 10:49:33 +00:00
parent d9dd2c2511
commit 16bc907d78
2 changed files with 6 additions and 0 deletions

View File

@@ -46,6 +46,9 @@ public class Card13_190 extends AbstractNewSite {
}
private boolean isRaceMostCommonRaceAmongCompanions(GameState gameState, ModifiersQuerying modifiersQuerying, Race race) {
if (race == null)
return false;
Map<Race, Integer> counts = new HashMap<Race, Integer>();
for (PhysicalCard companion : Filters.filterActive(gameState, modifiersQuerying, CardType.COMPANION)) {
final Race companionRace = companion.getBlueprint().getRace();

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>26 Apr. 2012</b>
- "Doors of Durin" should be working correctly now with Smeagol (companion with no race).
<b>25 Apr. 2012</b>
- "Unexpected Visitor" now also discards a minion in addition to removing twilight from twilight pool.