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. --- 0017-nerf-lightstep.patch | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 0017-nerf-lightstep.patch (limited to '0017-nerf-lightstep.patch') diff --git a/0017-nerf-lightstep.patch b/0017-nerf-lightstep.patch deleted file mode 100644 index 8fa46cd..0000000 --- a/0017-nerf-lightstep.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/data/json/mutations/mutations.json -+++ b/data/json/mutations/mutations.json -@@ -507,11 +507,11 @@ - "id": "LIGHTSTEP", - "name": { "str": "Light Step" }, - "points": 1, -- "description": "You make no noise while walking.", -+ "description": "You make less noise while walking.", - "starting_trait": true, - "category": [ "BIRD", "ELFA", "FELINE" ], - "cancels": [ "CLUMSY" ], -- "noise_modifier": 0.0 -+ "noise_modifier": 0.4 - }, - { - "type": "mutation", -- cgit v1.2.1