- "Foul Things" allows to play only MORIA minions now.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user