- "Flee in Terror" no longer will freeze the game.

This commit is contained in:
marcins78@gmail.com
2012-03-09 16:15:50 +00:00
parent dc4c1fc9ac
commit 285339b8ba
2 changed files with 2 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ public class Card2_033 extends AbstractResponseOldEvent {
&& checkPlayRequirements(playerId, game, self, 0, 0, false, false)) {
final PlayEventAction action = new PlayEventAction(self);
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose a minion", Filters.exhausted, Race.ORC) {
new ChooseActiveCardEffect(self, playerId, "Choose a minion", Race.ORC, Filters.exhausted) {
@Override
protected void cardSelected(LotroGame game, final PhysicalCard orc) {
action.insertEffect(

View File

@@ -4,6 +4,7 @@
as it has to stack (if no selection is needed).
- Added set 19 (Ages End)
- "Crown of Gondor" is now a Gondor card, not a Gollum card.
- "Flee in Terror" no longer will freeze the game.
<b>8 Mar. 2012</b>
- Added set 18 (Treachery & Deceit)