summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/elm/battlemap/src/Character.elm')
-rw-r--r--client/elm/battlemap/src/Character.elm3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/elm/battlemap/src/Character.elm b/client/elm/battlemap/src/Character.elm
index 6b6a7c7..41cfc84 100644
--- a/client/elm/battlemap/src/Character.elm
+++ b/client/elm/battlemap/src/Character.elm
@@ -9,7 +9,8 @@ type alias Type =
icon : String,
portrait : String,
location : Battlemap.Location.Type,
- movement_points : Int
+ movement_points : Int,
+ atk_dist : Int
}
type alias Ref = String