Changing text in Muster.

This commit is contained in:
marcins78
2012-10-24 15:30:31 +00:00
parent 2ff4338def
commit 924a18048f

View File

@@ -53,7 +53,7 @@ public class MusterRule {
new DrawCardsEffect(action, playerId, cardsBeingDiscarded.size()));
}
};
effect.setText("Choose cards to discard to Muster");
effect.setText("Choose cards to discard to Muster (all at once)");
action.appendEffect(effect);
return Collections.singletonList(action);