- Putting "Toss Me" on bottom or top of deck with it's effect does not freeze the game anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user