From 3e3922d29f53bee17c1a1794cb67414ab3832f97 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Thu, 7 Jun 2012 13:34:31 +0000 Subject: [PATCH] - "Armed for Battle" now allows to play card from draw deck, only if you're at the Battleground. --- .../java/com/gempukku/lotro/cards/set11/orc/Card11_106.java | 5 +++-- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/orc/Card11_106.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/orc/Card11_106.java index 0fbd6b245..a81947269 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/orc/Card11_106.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/orc/Card11_106.java @@ -41,8 +41,9 @@ public class Card11_106 extends AbstractEvent { List possibleEffects = new LinkedList(); possibleEffects.add( new ChooseAndPlayCardFromDiscardEffect(playerId, game, Culture.ORC, CardType.POSSESSION)); - possibleEffects.add( - new ChooseAndPlayCardFromDeckEffect(playerId, Culture.ORC, CardType.POSSESSION)); + if (PlayConditions.location(game, Keyword.BATTLEGROUND)) + possibleEffects.add( + new ChooseAndPlayCardFromDeckEffect(playerId, Culture.ORC, CardType.POSSESSION)); action.appendEffect( new ChoiceEffect(action, playerId, possibleEffects)); return action; 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 c26d9e34c..2700617cd 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 @@
+7 Jun. 2012
+- "Armed for Battle" now allows to play card from draw deck, only if you're at the Battleground.
+
 6 Jun. 2012
 - "Final Account" now requires to exert a GANDALF Wizard to play it.
 - "Perspective" now correctly adds threats.