|
|
@ -27,6 +27,14 @@ public class SimulateBootyCmd extends AbstractDevCmd { |
|
|
|
|
|
|
|
|
|
|
|
String output; |
|
|
|
String output; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
try |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
simCount = Integer.parseInt(words[0]); |
|
|
|
|
|
|
|
}catch(Exception e) |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
output = "Booty Simulation: Rolls:" + simCount + newline; |
|
|
|
output = "Booty Simulation: Rolls:" + simCount + newline; |
|
|
|
|
|
|
|
|
|
|
|
Mob mob = (Mob) target; |
|
|
|
Mob mob = (Mob) target; |
|
|
|