From b6ceaaf0c9fc950e6587fd454acfa0ccec1e5f5a Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Sun, 16 Dec 2012 20:24:24 +0000 Subject: [PATCH] - "Plains of Rohan Camp" now allows to heal "up to" 3 wounds, not just 3 wounds. --- .../java/com/gempukku/lotro/cards/set4/site/Card4_333.java | 6 +++--- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/site/Card4_333.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/site/Card4_333.java index a30e8ff86..a1c4a1434 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/site/Card4_333.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set4/site/Card4_333.java @@ -33,11 +33,11 @@ public class Card4_333 extends AbstractSite { if (TriggerConditions.startOfPhase(game, effectResult, Phase.FELLOWSHIP)) { RequiredTriggerAction action = new RequiredTriggerAction(self); action.appendEffect( - new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, CardType.COMPANION)); + new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 0, 1, CardType.COMPANION)); action.appendEffect( - new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, CardType.COMPANION)); + new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 0, 1, CardType.COMPANION)); action.appendEffect( - new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, CardType.COMPANION)); + new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 0, 1, CardType.COMPANION)); return Collections.singletonList(action); } return null; 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 2e4e72e05..492fc5416 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 @@ -1,4 +1,7 @@
+16 Dec. 2012
+- "Plains of Rohan Camp" now allows to heal "up to" 3 wounds, not just 3 wounds.
+
 15 Dec. 2012
 - Both "Forces of Mordor" and "Uruk Spy" now give a choice of number of minions to spot, therefore allowing to spot less
 than are in play.