removing a TODO in AF_ChooseNumber

This commit is contained in:
slapshot5
2011-10-02 07:39:06 +00:00
parent a2ad503561
commit e24dbe694b

View File

@@ -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;