- "Deceit" now allows to prevent only discarding your cards.

This commit is contained in:
marcins78@gmail.com
2012-11-18 00:40:42 +00:00
parent 8677d78971
commit 60be5b60a9
2 changed files with 4 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ public class Card18_029 extends AbstractPermanent {
@Override
public List<? extends ActivateCardAction> getOptionalInPlayBeforeActions(String playerId, LotroGame game, Effect effect, PhysicalCard self) {
if (TriggerConditions.isGettingDiscardedBy(effect, game, Side.FREE_PEOPLE, Filters.not(self), Culture.GOLLUM, CardType.CONDITION)
if (TriggerConditions.isGettingDiscardedBy(effect, game, Side.FREE_PEOPLE, Filters.not(self), Filters.owner(self.getOwner()), Culture.GOLLUM, CardType.CONDITION)
&& game.getGameState().getTwilightPool() >= 1) {
ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>18 Nov. 2012</b>
- "Deceit" now allows to prevent only discarding your cards.
<b>9 Nov. 2012</b>
- "Return to Its Master" now creates an additional Skirmish Phase.