- "Deceit" now allows to prevent only discarding your cards.
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user