From 444181f77cb649760c3099d9b96c8f863a8f8ddf Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Oct 2021 18:01:32 -0700 Subject: Updated to 2021-10-29-1727 Reorganize patches into categories. Add patch to allow followers to eat from the basecamp stocks from farther away. -Reduces NPCs being prone to starve on large camps. Temporarily revert the book changes commit. --- terrain-07_rehide-redacted.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 terrain-07_rehide-redacted.patch (limited to 'terrain-07_rehide-redacted.patch') diff --git a/terrain-07_rehide-redacted.patch b/terrain-07_rehide-redacted.patch new file mode 100644 index 0000000..6dacdbf --- /dev/null +++ b/terrain-07_rehide-redacted.patch @@ -0,0 +1,15 @@ +--- a/data/json/overmap/overmap_terrain/overmap_terrain_lab.json ++++ b/data/json/overmap/overmap_terrain/overmap_terrain_lab.json +@@ -168,9 +168,9 @@ + { + "type": "overmap_terrain", + "id": "central_lab_entrance", +- "name": "access shaft", +- "sym": "0", +- "color": "light_gray", ++ "name": "forest", ++ "sym": "F", ++ "color": "green", + "see_cost": 3, + "flags": [ "NO_ROTATE", "RISK_HIGH" ] + }, -- cgit v1.2.1