- "Foul Things" allows to play only MORIA minions now.

This commit is contained in:
marcins78@gmail.com
2011-11-17 21:20:10 +00:00
parent c92512ac77
commit 270cad0209
2 changed files with 4 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ public class Card2_059 extends AbstractOldEvent {
public PlayEventAction getPlayCardAction(String playerId, LotroGame game, PhysicalCard self, int twilightModifier, boolean ignoreRoamingPenalty) {
PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseAndPlayCardFromDiscardEffect(playerId, game, Culture.MORIA));
new ChooseAndPlayCardFromDiscardEffect(playerId, game, Culture.MORIA, CardType.MINION));
return action;
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>17 Nov. 2011</b>
- "Foul Things" allows to play only MORIA minions now.
<b>16 Nov. 2011</b>
- "Impatient and Angry" only the owner of the Sam should be given an option to remove a burden.
- "Get On and Get Away" is playable now in the Fellowship phase.