mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Trade Secrets
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user