From 421a6ebd59b7b0c442b219cf01efc3bd67db148a Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Mon, 26 Mar 2012 06:49:50 +0000 Subject: [PATCH] - "Parapet" activated ability now requires to spot 2 ROHAN Man, rather than just 1. --- .../java/com/gempukku/lotro/cards/set5/rohan/Card5_087.java | 2 +- gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set5/rohan/Card5_087.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set5/rohan/Card5_087.java index 04dfc814d..9ceb7e7c9 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set5/rohan/Card5_087.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set5/rohan/Card5_087.java @@ -36,7 +36,7 @@ public class Card5_087 extends AbstractPermanent { @Override protected List getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) { if (PlayConditions.canUseFPCardDuringPhase(game, Phase.ARCHERY, self) - && PlayConditions.canSpot(game, Culture.ROHAN, Race.MAN)) { + && PlayConditions.canSpot(game, 2, Culture.ROHAN, Race.MAN)) { ActivateCardAction action = new ActivateCardAction(self); List possibleEffects = new LinkedList(); possibleEffects.add( diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 446dd8ede..54f8a258e 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -6,6 +6,7 @@ and discard). - "Unreasonable Choice" now first makes the player choose the condition to discard, then the other player can decide if he/she wants to prevent it. - "Morgul Regiment" now allows to exert the same companion multiple times. +- "Parapet" activated ability now requires to spot 2 ROHAN Man, rather than just 1. 16 Mar. 2012 - When "Mountain-troll" is played with discarding 5 minions, now it should properly gain Fierce.