- "Doors of Durin" should be working correctly now with Smeagol (companion with no race).
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user