diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-12-13 13:12:57 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-12-13 13:12:57 -0800 |
commit | 15e302bafef9497ba81672cb6d28074c9ee22a95 (patch) | |
tree | 4f2d9fe511ef6717253881964a60a706d4b20122 /0012-npc-can-use-gas-fuel.patch | |
parent | Offload mods to seperate package - cataclysm-dda-mods (diff) | |
download | cataclysm-dda-15e302bafef9497ba81672cb6d28074c9ee22a95.tar.xz |
Updated to official 0.E.3 release
Fix npc inability to install Soporific Inducer
Fix npc inability to install Gasoline Fuel Cell
Diffstat (limited to '0012-npc-can-use-gas-fuel.patch')
-rw-r--r-- | 0012-npc-can-use-gas-fuel.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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", |