- "Countless Companies" should now correctly be able to "catch" possessions.

This commit is contained in:
marcins78
2013-01-02 12:28:36 +00:00
parent 4a9efac4ad
commit 45fafc8d88
2 changed files with 4 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ public class Card12_058 extends AbstractPermanent {
@Override
public List<? extends ActivateCardAction> getOptionalInPlayAfterActions(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (TriggerConditions.forEachDiscardedFromPlay(game, effectResult, Culture.MEN, CardType.POSSESSION, Zone.DISCARD)) {
if (TriggerConditions.forEachDiscardedFromPlay(game, effectResult, Culture.MEN, CardType.POSSESSION)) {
DiscardCardsFromPlayResult result = (DiscardCardsFromPlayResult) effectResult;
final PhysicalCard discardedCard = result.getDiscardedCard();
ActivateCardAction action = new ActivateCardAction(self);

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>02 Jan. 2013</b>
- "Countless Companies" should now correctly be able to "catch" possessions.
<b>01 Jan. 2013</b>
- "Scintillating Bird" now should discard the cards, if not enough cards of the specified type are revealed.
- "Nertea, Dark Horseman" now puts a message in chat box, which race was chosen.