"Discoveries"

This commit is contained in:
marcins78@gmail.com
2011-12-09 11:42:28 +00:00
parent 79aeda062a
commit d752ae2cc1

View File

@@ -40,7 +40,7 @@ public class Card12_026 extends AbstractEvent {
@Override
protected void spottedCards(int spotCount) {
action.appendEffect(
new ReorderTopCardsOfDeckEffect(action playerId, spotCount));
new ReorderTopCardsOfDeckEffect(action, playerId, spotCount));
}
});
return action;