summaryrefslogtreecommitdiff |
diff options
-rw-r--r-- | src/type/attributes_shim.erl | 2 |
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) }. |