- Putting "Toss Me" on bottom or top of deck with it's effect does not freeze the game anymore.

This commit is contained in:
marcins78@gmail.com
2011-11-10 00:01:18 +00:00
parent e56421156f
commit 277a5853b7
2 changed files with 1 additions and 1 deletions

View File

@@ -63,7 +63,6 @@ public class Card6_011 extends AbstractEvent {
@Override
protected void validDecisionMade(int index, String result) {
action.skipDiscardPart();
game.getGameState().removeCardsFromZone(playerId, Collections.singleton(self));
if (index == 0)
game.getGameState().putCardOnTopOfDeck(self);
else

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>9 Nov. 2011</b>
- "House of Elrond" does not give an option to remove a burden to shadow player anymore.
- Putting "Toss Me" on bottom or top of deck with it's effect does not freeze the game anymore.
<b>8 Nov. 2011</b>
- "Gathering to the Summons" adds burden instead of twilight now.