mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
removing a TODO in AF_ChooseNumber
This commit is contained in:
@@ -793,7 +793,6 @@ public class AbilityFactory_Choose {
|
|||||||
if (sa.getActivatingPlayer().isHuman()) {
|
if (sa.getActivatingPlayer().isHuman()) {
|
||||||
int chosen;
|
int chosen;
|
||||||
if (random) {
|
if (random) {
|
||||||
//TODO - display the random number that was chosen
|
|
||||||
Random randomGen = new Random();
|
Random randomGen = new Random();
|
||||||
chosen = randomGen.nextInt(max - min) + min;
|
chosen = randomGen.nextInt(max - min) + min;
|
||||||
String message = "Randomly chosen number: " + chosen;
|
String message = "Randomly chosen number: " + chosen;
|
||||||
|
|||||||
Reference in New Issue
Block a user