- "Legolas, Elven Comrade" now should automatically allow to choose a minion skirmishing an unbound companion.
This commit is contained in:
@@ -43,7 +43,7 @@ public class Card4_074 extends AbstractCompanion {
|
||||
action.appendCost(
|
||||
new SelfExertEffect(action, self));
|
||||
action.appendEffect(
|
||||
new ChooseActiveCardEffect(self, playerId, "Choose unbound companion", Filters.unboundCompanion) {
|
||||
new ChooseActiveCardEffect(self, playerId, "Choose unbound companion", Filters.inSkirmish, Filters.unboundCompanion) {
|
||||
@Override
|
||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||
final int bonus = (card.getBlueprint().getName().equals("Gimli")) ? -2 : -1;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>03 Jan. 2013</b>
|
||||
- "Legolas, Elven Comrade" now should automatically allow to choose a minion skirmishing an unbound companion.
|
||||
|
||||
<b>02 Jan. 2013</b>
|
||||
- "Countless Companies" should now correctly be able to "catch" possessions.
|
||||
- When assignments are done, if there is at least one minion unassigned (that could have been assigned), player will
|
||||
|
||||
Reference in New Issue
Block a user