- "Nine-fingered Frodo and the Ring of Doom" no longer freezes the game if removing threats is used.

This commit is contained in:
marcins78@gmail.com
2011-11-19 19:50:03 +00:00
parent 4e405d5adf
commit 800dbdb707
2 changed files with 7 additions and 1 deletions

View File

@@ -48,7 +48,12 @@ public class Card10_112 extends AbstractEvent {
possibleEffects.add(
new RemoveBurdenEffect(self));
possibleEffects.add(
new RemoveThreatsEffect(self, 2));
new RemoveThreatsEffect(self, 2) {
@Override
public String getText(LotroGame game) {
return "Remove 2 threats";
}
});
action.appendEffect(
new ChoiceEffect(action, playerId, possibleEffects));
return action;

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>17 Nov. 2011</b>
- "Dead Man of Dunharrow" now correctly has Enduring keyword.
- "Nine-fingered Frodo and the Ring of Doom" no longer freezes the game if removing threats is used.
<b>17 Nov. 2011</b>
- "Foul Things" allows to play only MORIA minions now.