From 73f531db4d999217447aff616313f6532a579610 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Fri, 9 Feb 2018 19:16:30 +0100 Subject: Changes the rand speed so that it can go lower --- src/type/attributes_shim.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/type/attributes_shim.erl b/src/type/attributes_shim.erl index 6378162..b80ee6d 100644 --- a/src/type/attributes_shim.erl +++ b/src/type/attributes_shim.erl @@ -42,6 +42,6 @@ rand () -> dexterity = random_attribute(10, 100), intelligence = random_attribute(10, 100), mind = random_attribute(10, 100), - speed = random_attribute(40, 100), + speed = random_attribute(10, 100), strength = random_attribute(10, 100) }. -- cgit v1.2.3-70-g09d2