- 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:
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user