From 23aef0863532e1e71c0b61e158488b2e98b7e4d2 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 1 Apr 2016 20:23:51 +0000 Subject: [PATCH] captain OCD gives us 0.0000000000000000000001% more speed! --- sku.0/sys.server/compiled/game/script/creature/droid_setup.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sku.0/sys.server/compiled/game/script/creature/droid_setup.java b/sku.0/sys.server/compiled/game/script/creature/droid_setup.java index b3c5140ef..b523963d9 100755 --- a/sku.0/sys.server/compiled/game/script/creature/droid_setup.java +++ b/sku.0/sys.server/compiled/game/script/creature/droid_setup.java @@ -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 {