captain OCD gives us 0.0000000000000000000001% more speed!

This commit is contained in:
DarthArgus
2016-04-01 20:23:51 +00:00
parent e8961b6180
commit 9c12894550
@@ -58,7 +58,7 @@ public class droid_setup extends script.base_script
public char getLetter() throws InterruptedException
{
String abc = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
return abc.charAt(rand(0, abc.length() - 1));
return abc.charAt(rand(0, 23));
}
public void setDroidHue(obj_id self) throws InterruptedException
{