custom range for booty sim command
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user