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 --- 0009-npc-can-use-gas-fuel.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 0009-npc-can-use-gas-fuel.patch (limited to '0009-npc-can-use-gas-fuel.patch') diff --git a/0009-npc-can-use-gas-fuel.patch b/0009-npc-can-use-gas-fuel.patch new file mode 100644 index 0000000..f7fc958 --- /dev/null +++ b/0009-npc-can-use-gas-fuel.patch @@ -0,0 +1,11 @@ +--- a/data/json/items/bionics.json ++++ b/data/json/items/bionics.json +@@ -741,7 +741,7 @@ + }, + { + "id": "bio_fuel_cell_gasoline", +- "copy-from": "bionic_general", ++ "copy-from": "bionic_general_npc_usable", + "type": "BIONIC_ITEM", + "name": { "str": "Gasoline Fuel Cell CBM" }, + "looks_like": "bio_int_enhancer", -- cgit v1.2.1