- "War and Valor" from Second Edition now applies to Gondor Man, not Gondor Ranger (per card text).

This commit is contained in:
marcins78
2013-08-20 14:20:05 +00:00
parent 25a2808a24
commit 90b353aa5b
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>20 Jul. 2013</b>
- "War and Valor" from Second Edition now applies to Gondor Man, not Gondor Ranger (per card text).
<b>20 Jun. 2013</b>
- "They Sang as They Slew" correctly counts the exerted cards.
- "Ancient Blade" now allows to both discard a minion and reconcile hand.

View File

@@ -15,7 +15,7 @@ import com.gempukku.lotro.logic.modifiers.StrengthModifier;
* 0
* War and Valor
* Gondor Event • Skirmish
* Make a [Gondor] ranger strength +2 (or strength +3 and damage +1 if skirmishing a roaming minion).
* Make a [Gondor] Man strength +2 (or strength +3 and damage +1 if skirmishing a roaming minion).
*/
public class Card20_207 extends AbstractEvent {
public Card20_207() {
@@ -26,7 +26,7 @@ public class Card20_207 extends AbstractEvent {
public PlayEventAction getPlayCardAction(String playerId, LotroGame game, final PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
final PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose a GONDOR ranger", Culture.GONDOR, Keyword.RANGER) {
new ChooseActiveCardEffect(self, playerId, "Choose a GONDOR ranger", Culture.GONDOR, Race.MAN) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard ranger) {
boolean matches = Filters.inSkirmishAgainst(CardType.MINION, Keyword.ROAMING).accepts(