- "Nine-fingered Frodo and the Ring of Doom" no longer freezes the game if removing threats is used.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user