- Added Trade Secrets

This commit is contained in:
swordshine
2014-03-08 01:19:05 +00:00
parent 00698b1351
commit c33a0295cc
4 changed files with 25 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ public class DrawEffect extends SpellAbilityEffect {
int actualNum = numCards;
if (upto) {
actualNum = p.getController().chooseNumber(sa, "Choose a number", 0, numCards);
actualNum = p.getController().chooseNumber(sa, "How may cards do you want to draw?", 0, numCards);
}
final List<Card> drawn = p.drawCards(actualNum);