"Discoveries"
This commit is contained in:
@@ -40,7 +40,7 @@ public class Card12_026 extends AbstractEvent {
|
|||||||
@Override
|
@Override
|
||||||
protected void spottedCards(int spotCount) {
|
protected void spottedCards(int spotCount) {
|
||||||
action.appendEffect(
|
action.appendEffect(
|
||||||
new ReorderTopCardsOfDeckEffect(action playerId, spotCount));
|
new ReorderTopCardsOfDeckEffect(action, playerId, spotCount));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return action;
|
return action;
|
||||||
|
|||||||
Reference in New Issue
Block a user