This commit is contained in:
marcins78@gmail.com
2011-11-10 16:36:04 +00:00
parent 6fb88a9be0
commit 24ea49cb48

View File

@@ -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);