From 281e9962d9ae70d66cff1bda91179ebd09c8f6c5 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 1 Apr 2016 20:29:36 +0000 Subject: [PATCH] captain OCD also can't count worth dick --- 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 b523963d9..f53aa112c 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, 23)); + return abc.charAt(rand(0, 25)); } public void setDroidHue(obj_id self) throws InterruptedException {