mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +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()) {
|
||||
int chosen;
|
||||
if (random) {
|
||||
//TODO - display the random number that was chosen
|
||||
Random randomGen = new Random();
|
||||
chosen = randomGen.nextInt(max - min) + min;
|
||||
String message = "Randomly chosen number: " + chosen;
|
||||
|
||||
Reference in New Issue
Block a user