- If there is more than one minion assigned to a character (but not yet skirmishing) and one of the minion gets removed

from skirmish (for example - killed), the assignment should not be cancelled.
This commit is contained in:
marcins78@gmail.com
2011-11-21 23:35:56 +00:00
parent 721e66ce42
commit 56c7fc9ee8
2 changed files with 4 additions and 1 deletions

View File

@@ -357,7 +357,8 @@ public class GameState {
if (assignment.getFellowshipCharacter() == card)
removeAssignment(assignment);
if (assignment.getShadowCharacters().remove(card))
removeAssignment(assignment);
if (assignment.getShadowCharacters().size() == 0)
removeAssignment(assignment);
}
if (_skirmish != null)

View File

@@ -7,6 +7,8 @@
- "Three Monstrous Trolls" no longer freezes game, when systems adds twilight (for example for moving).
- "Eomer, Keeper of Oaths" can play only ROHAN possessions from those revelead, rather than any cards.
- "Terrible and Evil" exerts Gandalf X times now, rather than only once.
- If there is more than one minion assigned to a character (but not yet skirmishing) and one of the minion gets removed
from skirmish (for example - killed), the assignment should not be cancelled.
<b>20 Nov. 2011</b>
- "Sauron" no longer has his twilight cost reduced by the twilight pool size, instead of burdens spotted.