captain OCD also can't count worth dick

This commit is contained in:
DarthArgus
2016-04-01 20:29:36 +00:00
parent 9c12894550
commit 281e9962d9
@@ -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, 23));
return abc.charAt(rand(0, 25));
}
public void setDroidHue(obj_id self) throws InterruptedException
{