- "Get Off the Road!" now discards cards from Free People player's deck.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user