- "Get Off the Road!" now discards cards from Free People player's deck.

This commit is contained in:
marcins78@gmail.com
2012-02-29 10:49:02 +00:00
parent 8a8f6f6d98
commit 2b3b3dae4f
2 changed files with 4 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ public class Card3_088 extends AbstractOldEvent {
int burdens = game.getGameState().getBurdens(); int burdens = game.getGameState().getBurdens();
if (burdens > 0) if (burdens > 0)
action.appendEffect( action.appendEffect(
new DiscardTopCardFromDeckEffect(self, playerId, burdens, true)); new DiscardTopCardFromDeckEffect(self, game.getGameState().getCurrentPlayerId(), burdens, true));
return action; return action;
} }
} }

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%"> <pre style="font-size:80%">
<b>29 Feb. 2012</b>
- "Get Off the Road!" now discards cards from Free People player's deck.
<b>22 Feb. 2012</b> <b>22 Feb. 2012</b>
- "Sharp Defense" now adds +2 for each possession, instead of +1. - "Sharp Defense" now adds +2 for each possession, instead of +1.