- "Fifth Level" can now be transferred to a minion.
This commit is contained in:
@@ -71,7 +71,7 @@ public class Card10_032 extends AbstractPermanent {
|
||||
action.appendCost(
|
||||
new ChoiceEffect(action, playerId, possibleCosts));
|
||||
action.appendEffect(
|
||||
new ChooseActiveCardEffect(self, playerId, "Choose minion", CardType.MINION, Filters.inSkirmishAgainst(Culture.GONDOR, Race.MAN)) {
|
||||
new ChooseActiveCardEffect(self, playerId, "Choose a minion", CardType.MINION) {
|
||||
@Override
|
||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||
action.insertEffect(
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>3 Dec. 2011</b>
|
||||
- "Fifth Level" can now be transferred to a minion.
|
||||
|
||||
<b>2 Dec. 2011</b>
|
||||
- When you reload the game page or you enter an ongoing game you will see last events in the game in the chat screen.
|
||||
- Increased the chat timeout to 30 seconds for in-game channels to make it less possible to lose connection due to
|
||||
|
||||
Reference in New Issue
Block a user