custom range for booty sim command

This commit is contained in:
2024-08-31 16:28:34 -05:00
parent 368e548e46
commit 3b58ea716c
@@ -27,6 +27,14 @@ public class SimulateBootyCmd extends AbstractDevCmd {
String output;
try
{
simCount = Integer.parseInt(words[0]);
}catch(Exception e)
{
}
output = "Booty Simulation: Rolls:" + simCount + newline;
Mob mob = (Mob) target;