From 42209cb39a6d278e0c3ad9dafd13bba47d3f9adb Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 18 Jan 2021 05:01:02 -0800 Subject: Revert the npc sleep on tables patch Add patch to prevent non-faction NPCs becoming sleep deprived --- 0006-community-garden-fertilizer-not-spilled.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 0006-community-garden-fertilizer-not-spilled.patch (limited to '0006-community-garden-fertilizer-not-spilled.patch') diff --git a/0006-community-garden-fertilizer-not-spilled.patch b/0006-community-garden-fertilizer-not-spilled.patch new file mode 100644 index 0000000..dfc3d29 --- /dev/null +++ b/0006-community-garden-fertilizer-not-spilled.patch @@ -0,0 +1,17 @@ +--- a/data/json/mapgen/garden_community.json ++++ b/data/json/mapgen/garden_community.json +@@ -141,10 +141,10 @@ + "|": "f_null" + }, + "place_liquids": [ +- { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 4, "y": 4 }, +- { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 4, "y": 5 }, +- { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 5, "y": 4 }, +- { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 5, "y": 5 } ++ { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 9, "y": 9 }, ++ { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 10, "y": 9 }, ++ { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 9, "y": 10 }, ++ { "liquid": "fertilizer_liquid", "chance": 1, "amount": [ 2, 3 ], "x": 10, "y": 10 } + ], + "items": { "D": { "item": "hydro", "chance": 15 }, "#": { "item": "hydro", "chance": 15 } }, + "place_items": [ -- cgit v1.2.1