From 9fe3df6fb7bd78c5e621f6dbd455908044d85e3f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 28 Oct 2022 00:29:23 -0700 Subject: Updated to 2022-10-10-2310 Merge two movecost patches together. Updated price_postapoc patch. Clean up sed scripts. Fix broken D_GLIBCXX_ASSERTIONS removal sed script. Enable new VERBOSE=1 build flag. --- terrain-01_fix-movecost.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 terrain-01_fix-movecost.patch (limited to 'terrain-01_fix-movecost.patch') diff --git a/terrain-01_fix-movecost.patch b/terrain-01_fix-movecost.patch new file mode 100644 index 0000000..00be3a5 --- /dev/null +++ b/terrain-01_fix-movecost.patch @@ -0,0 +1,22 @@ +--- a/data/json/furniture_and_terrain/terrain-migo.json ++++ b/data/json/furniture_and_terrain/terrain-migo.json +@@ -66,7 +66,7 @@ + "symbol": "~", + "color": "light_gray", + "looks_like": "t_floor_resin", +- "move_cost": 1, ++ "move_cost": 2, + "flags": [ "TRANSPARENT", "COLLAPSES", "FLAT", "ROAD", "NONFLAMMABLE" ], + "bash": { + "str_min": 250, +--- a/data/json/furniture_and_terrain/terrain-fences-gates.json ++++ b/data/json/furniture_and_terrain/terrain-fences-gates.json +@@ -732,7 +732,7 @@ + "symbol": ",", + "color": "light_gray", + "looks_like": "t_fencegate_o", +- "move_cost": 1, ++ "move_cost": 2, + "coverage": 60, + "flags": [ "TRANSPARENT", "DOOR", "BURROWABLE", "FLAT", "ROAD" ], + "connects_to": "WOODFENCE", -- cgit v1.2.1