- "Doors of Durin" should no longer cancel a game if there is a character without race.
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
- "Bolstered Spirits" is now a Spell (per card text).
|
- "Bolstered Spirits" is now a Spell (per card text).
|
||||||
- Cards that prevent adding burdens, now should do so correctly.
|
- Cards that prevent adding burdens, now should do so correctly.
|
||||||
- "Cleaved" can now be transferred only form Support area.
|
- "Cleaved" can now be transferred only form Support area.
|
||||||
|
- "Doors of Durin" should no longer cancel a game if there is a character without race.
|
||||||
|
|
||||||
<b>15 Mar. 2013</b>
|
<b>15 Mar. 2013</b>
|
||||||
- "Lothlorien" correctly requires to spot 2 elves, instead of just one to remove the burden.
|
- "Lothlorien" correctly requires to spot 2 elves, instead of just one to remove the burden.
|
||||||
|
|||||||
@@ -62,6 +62,8 @@ public class Card13_190 extends AbstractNewSite {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final Integer thisRaceCount = counts.get(race);
|
final Integer thisRaceCount = counts.get(race);
|
||||||
|
if (thisRaceCount == null)
|
||||||
|
return false;
|
||||||
for (Map.Entry<Race, Integer> raceCount : counts.entrySet()) {
|
for (Map.Entry<Race, Integer> raceCount : counts.entrySet()) {
|
||||||
if (raceCount.getValue() > thisRaceCount)
|
if (raceCount.getValue() > thisRaceCount)
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user