summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/type/attributes_shim.erl2
1 files changed, 1 insertions, 1 deletions
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)
}.