- "Company of Archers" now correctly tries to spot 2 ELVEN companions rather than conditions to be able to play it.
This commit is contained in:
@@ -24,7 +24,7 @@ public class Card4_061 extends AbstractOldEvent {
|
|||||||
@Override
|
@Override
|
||||||
public boolean checkPlayRequirements(String playerId, LotroGame game, PhysicalCard self, int twilightModifier) {
|
public boolean checkPlayRequirements(String playerId, LotroGame game, PhysicalCard self, int twilightModifier) {
|
||||||
return super.checkPlayRequirements(playerId, game, self, twilightModifier)
|
return super.checkPlayRequirements(playerId, game, self, twilightModifier)
|
||||||
&& Filters.countSpottable(game.getGameState(), game.getModifiersQuerying(), Filters.race(Race.ELF), Filters.type(CardType.CONDITION)) >= 2;
|
&& Filters.countSpottable(game.getGameState(), game.getModifiersQuerying(), Filters.race(Race.ELF), Filters.type(CardType.COMPANION)) >= 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
- Deck builder now allows to filter by words in card name.
|
- Deck builder now allows to filter by words in card name.
|
||||||
- Deck builder now allows to sort cards by name (default), twilight cost, strength and vitality.
|
- Deck builder now allows to sort cards by name (default), twilight cost, strength and vitality.
|
||||||
- "Legolas, Elven Comrade" now gives the strength penalty correctly to the minion.
|
- "Legolas, Elven Comrade" now gives the strength penalty correctly to the minion.
|
||||||
|
- "Company of Archers" now correctly tries to spot 2 ELVEN companions rather than conditions to be able to play it.
|
||||||
|
|
||||||
<b>2 Nov. 2011</b>
|
<b>2 Nov. 2011</b>
|
||||||
- "O Elbereth! Gilthoniel!" should correctly give the option to cancel a skirmish with Nazgul when used in skirmish
|
- "O Elbereth! Gilthoniel!" should correctly give the option to cancel a skirmish with Nazgul when used in skirmish
|
||||||
|
|||||||
Reference in New Issue
Block a user