From 299a37b6d245dbb9806f4922cf492009775a8bf0 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Mon, 27 Nov 2017 19:03:45 +0100 Subject: Sets more interesting values for testing. --- src/character_shim.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/character_shim.erl') diff --git a/src/character_shim.erl b/src/character_shim.erl index 1fbf3fc..0ab33cb 100644 --- a/src/character_shim.erl +++ b/src/character_shim.erl @@ -19,7 +19,7 @@ generate_char (N) -> name = IDAsString, % Name icon = IDAsString, % Icon portrait = IDAsString, % Portrait - mov_pts = rand:uniform(10), % Movement Points + mov_pts = (rand:uniform(10) + 10), % Movement Points atk_rg = (rand:uniform(5) - 1) % Attack Range }. -- cgit v1.2.3-70-g09d2