From 15e302bafef9497ba81672cb6d28074c9ee22a95 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 13 Dec 2020 13:12:57 -0800 Subject: Updated to official 0.E.3 release Fix npc inability to install Soporific Inducer Fix npc inability to install Gasoline Fuel Cell --- 0012-npc-can-use-gas-fuel.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 0012-npc-can-use-gas-fuel.patch (limited to '0012-npc-can-use-gas-fuel.patch') diff --git a/0012-npc-can-use-gas-fuel.patch b/0012-npc-can-use-gas-fuel.patch new file mode 100644 index 0000000..f7fc958 --- /dev/null +++ b/0012-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