From 22e44a6c42b15e2a1b84d4bf85c5ea4d7ebe551d Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Fri, 29 Jun 2012 12:02:25 +0000 Subject: [PATCH] - "Last Days" allows to play only one minion now, if a minion is killed (counts as both killed and discarded). --- .../java/com/gempukku/lotro/cards/set12/men/Card12_071.java | 3 +-- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/men/Card12_071.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/men/Card12_071.java index d3ee91d54..2db3bed91 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/men/Card12_071.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/men/Card12_071.java @@ -32,8 +32,7 @@ public class Card12_071 extends AbstractPermanent { @Override public List getOptionalAfterTriggers(String playerId, LotroGame game, EffectResult effectResult, final PhysicalCard self) { - if ((TriggerConditions.forEachKilled(game, effectResult, CardType.MINION, Culture.MEN) - || TriggerConditions.forEachDiscardedFromPlay(game, effectResult, CardType.MINION, Culture.MEN)) + if (TriggerConditions.forEachDiscardedFromPlay(game, effectResult, CardType.MINION, Culture.MEN) && !PlayConditions.isPhase(game, Phase.REGROUP) && PlayConditions.canPlayFromHand(playerId, game, -2, Culture.MEN, CardType.MINION)) { final OptionalTriggerAction action = new OptionalTriggerAction(self); 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 cf51fcb1a..2c4d5415a 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 @@
+29 Jun. 2012
+- "Last Days" allows to play only one minion now, if a minion is killed (counts as both killed and discarded).
+
 28 Jun. 2012
 - "Argument Ready to Hand" no longer discards companions.