From 740730958bf9e1e439e5713a22ab49051d5c9dee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Nasta=C5=82y?= Date: Mon, 4 May 2020 09:27:26 +0000 Subject: [PATCH] small correction --- route-planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route-planning.md b/route-planning.md index 672f19a..f2f537e 100644 --- a/route-planning.md +++ b/route-planning.md @@ -2,7 +2,7 @@ A* has been implemented. As of now, there are 4 types of fields wtih different costs: Grass - 1 - Dirt - 7 + Dirt - 8 Crops - 15 4th type are obstacles (mountains) which are unpassable.