"Merry"
This commit is contained in:
@@ -43,7 +43,7 @@ public class Card7_321 extends AbstractCompanion {
|
||||
new ReturnCardsToHandEffect(self, self));
|
||||
action.appendEffect(
|
||||
new PlayoutDecisionEffect(game.getUserFeedback(), playerId,
|
||||
new IntegerAwaitingDecision(1, "How many ROHAN possessions do you wish to play?", 0, 2) {
|
||||
new IntegerAwaitingDecision(1, "How many ROHAN possessions do you wish to play from your discard pile?", 0, 2) {
|
||||
@Override
|
||||
public void decisionMade(String result) throws DecisionResultInvalidException {
|
||||
int count = getValidatedResult(result);
|
||||
|
||||
Reference in New Issue
Block a user