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 --- 0011-npc-can-use-soporific.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 0011-npc-can-use-soporific.patch (limited to '0011-npc-can-use-soporific.patch') diff --git a/0011-npc-can-use-soporific.patch b/0011-npc-can-use-soporific.patch new file mode 100644 index 0000000..ea0f8db --- /dev/null +++ b/0011-npc-can-use-soporific.patch @@ -0,0 +1,10 @@ +--- a/data/json/bionics.json ++++ b/data/json/bionics.json +@@ -1196,6 +1196,6 @@ + "name": { "str": "Soporific Induction" }, + "description": "An electrode has been implanted into your brain's ventrolateral preoptic nucleus. It turns on whenever you're trying to fall asleep, creating an artificial but effective sensation of fatigue.", + "occupied_bodyparts": [ [ "HEAD", 1 ] ], +- "flags": [ "BIONIC_TOGGLED" ] ++ "flags": [ "BIONIC_TOGGLED", "BIONIC_NPC_USABLE" ] + } + ] -- cgit v1.2.1