- "Flee in Terror" no longer will freeze the game.
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user