From 5df800d05b7ca9e8d7d79ef33fcdcead0785b75a Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 31 Jan 2022 20:26:08 -0800 Subject: Update to 0.F.3 Port various patches from BN --- bionics-01_npc-can-use-more-bionics.patch | 49 +++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 bionics-01_npc-can-use-more-bionics.patch (limited to 'bionics-01_npc-can-use-more-bionics.patch') diff --git a/bionics-01_npc-can-use-more-bionics.patch b/bionics-01_npc-can-use-more-bionics.patch new file mode 100644 index 0000000..2fed2be --- /dev/null +++ b/bionics-01_npc-can-use-more-bionics.patch @@ -0,0 +1,49 @@ +--- a/data/json/bionics.json ++++ b/data/json/bionics.json +@@ -360,7 +360,7 @@ + "name": { "str": "Enhanced Hearing" }, + "description": "When this bionic is active, your hearing will be drastically improved, allowing you to hear ten times better than the average person. Additionally, high-intensity sounds will be automatically dampened before they can damage your hearing.", + "occupied_bodyparts": [ [ "head", 3 ] ], +- "flags": [ "BIONIC_TOGGLED", "IMMUNE_HEARING_DAMAGE" ], ++ "flags": [ "BIONIC_TOGGLED", "IMMUNE_HEARING_DAMAGE", "BIONIC_NPC_USABLE" ], + "active_flags": [ "SUPER_HEARING" ], + "included_bionics": [ "bio_earplugs" ] + }, +@@ -1223,6 +1223,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" ] + } + ] + +--- a/data/json/items/bionics.json ++++ b/data/json/items/bionics.json +@@ -275,7 +275,7 @@ + }, + { + "id": "bio_ears", +- "copy-from": "bionic_general", ++ "copy-from": "bionic_general_npc_usable", + "type": "BIONIC_ITEM", + "name": { "str": "Enhanced Hearing CBM" }, + "looks_like": "bio_int_enhancer", +@@ -760,7 +760,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", +@@ -858,7 +858,7 @@ + }, + { + "id": "bio_surgical_razor", +- "copy-from": "bionic_general", ++ "copy-from": "bionic_general_npc_usable", + "type": "BIONIC_ITEM", + "name": { "str": "Autonomous Surgical Scalpels CBM" }, + "looks_like": "bio_int_enhancer", -- cgit v1.2.1