From 79510060d3bd99b71d0f6fde0081b14f59d5e695 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 9 May 2021 12:41:21 -0700 Subject: Add patch for medical zombie names Add patch to nerf light-step Update tileset and soundpack --- 0017-nerf-lightstep.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 0017-nerf-lightstep.patch (limited to '0017-nerf-lightstep.patch') diff --git a/0017-nerf-lightstep.patch b/0017-nerf-lightstep.patch new file mode 100644 index 0000000..8fa46cd --- /dev/null +++ b/0017-nerf-lightstep.patch @@ -0,0 +1,16 @@ +--- 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