- "Countless Companies" should now correctly be able to "catch" possessions.
This commit is contained in:
@@ -34,7 +34,7 @@ public class Card12_058 extends AbstractPermanent {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public List<? extends ActivateCardAction> getOptionalInPlayAfterActions(String playerId, LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
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;
|
DiscardCardsFromPlayResult result = (DiscardCardsFromPlayResult) effectResult;
|
||||||
final PhysicalCard discardedCard = result.getDiscardedCard();
|
final PhysicalCard discardedCard = result.getDiscardedCard();
|
||||||
ActivateCardAction action = new ActivateCardAction(self);
|
ActivateCardAction action = new ActivateCardAction(self);
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<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>
|
<b>01 Jan. 2013</b>
|
||||||
- "Scintillating Bird" now should discard the cards, if not enough cards of the specified type are revealed.
|
- "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.
|
- "Nertea, Dark Horseman" now puts a message in chat box, which race was chosen.
|
||||||
|
|||||||
Reference in New Issue
Block a user