- "Black Dart" now can be transferred.
This commit is contained in:
@@ -15,6 +15,7 @@ import com.gempukku.lotro.logic.effects.DiscardCardsFromPlayEffect;
|
||||
import com.gempukku.lotro.logic.modifiers.Modifier;
|
||||
import com.gempukku.lotro.logic.timing.Action;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
|
||||
@@ -50,6 +51,7 @@ public class Card8_069 extends AbstractPermanent {
|
||||
new DiscardCardsFromPlayEffect(self, PossessionClass.MOUNT, Filters.attachedTo(card)));
|
||||
}
|
||||
});
|
||||
return Collections.singletonList(action);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>02 Apr. 2012</b>
|
||||
- "Black Dart" now can be transferred.
|
||||
|
||||
<b>31 Mar. 2012</b>
|
||||
- Added sub-titles to all cards.
|
||||
- In deck builder, in list of decks there is an extra icon, to show the deck-list in a text format.
|
||||
|
||||
Reference in New Issue
Block a user