summaryrefslogtreecommitdiff
path: root/revert-22_feat-content-Biodiesel-Fuel-for-Gasoline-Engines-371.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-30 21:58:12 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-12-30 21:58:12 -0800
commitd4bc63a8f8ee37ec2de2f43734a60ca045e517c3 (patch)
treed49d6000c1d82e7add7cfcccf873f85224ab823c /revert-22_feat-content-Biodiesel-Fuel-for-Gasoline-Engines-371.patch
parentFix Mr Lapin meet the Isherwood quest looping. (diff)
downloadcataclysm-bn-d4bc63a8f8ee37ec2de2f43734a60ca045e517c3.tar.xz
Updated to 0.5.1
Removed obsolete mods. Revert removal of Alonso. Revert biodiesel working in petrol engines. Revert hard skill caps. Revert three more broken limb changesets. Revert another ammo rebalance changeset. Revert craftable smokeless gunpowder changeset. Revised book chapters revert patch. Fix some bad terrain in the godco patch. Fix some bad terrain in the prison island patch.
Diffstat (limited to 'revert-22_feat-content-Biodiesel-Fuel-for-Gasoline-Engines-371.patch')
-rw-r--r--revert-22_feat-content-Biodiesel-Fuel-for-Gasoline-Engines-371.patch39
1 files changed, 39 insertions, 0 deletions
diff --git a/revert-22_feat-content-Biodiesel-Fuel-for-Gasoline-Engines-371.patch b/revert-22_feat-content-Biodiesel-Fuel-for-Gasoline-Engines-371.patch
new file mode 100644
index 0000000..9a0d32b
--- /dev/null
+++ b/revert-22_feat-content-Biodiesel-Fuel-for-Gasoline-Engines-371.patch
@@ -0,0 +1,39 @@
+From 1de404eef929a870584e71ea7cc8cf7c50a05963 Mon Sep 17 00:00:00 2001
+From: Chorus System <ohinchy@gmail.com>
+Date: Sat, 18 Nov 2023 19:06:26 -0500
+Subject: [PATCH 139/318] feat(content): Biodiesel Fuel for Gasoline Engines
+ (#3716)
+
+* Added alcohol fuels to engine
+
+Made gasoline and JP8 engines capable of using ethanol, methanol, and denatured alcohol as fuel.
+
+* style(autofix.ci): automated formatting
+
+* Replace ethanol with biodiesel
+
+* style(autofix.ci): automated formatting
+
+---------
+
+Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
+---
+ data/json/vehicleparts/combustion.json | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/json/vehicleparts/combustion.json b/data/json/vehicleparts/combustion.json
+index 2ecedc733b5..8d2d492f47c 100644
+--- a/data/json/vehicleparts/combustion.json
++++ b/data/json/vehicleparts/combustion.json
+@@ -31,7 +31,7 @@
+ "copy-from": "engine_combustion",
+ "type": "vehicle_part",
+ "fuel_type": "gasoline",
+- "fuel_options": [ "gasoline", "avgas", "chem_ethanol" ],
++ "fuel_options": [ "gasoline", "avgas", "biodiesel" ],
+ "//2": "TODO: remove when injectors are implemented",
+ "m2c": 60,
+ "//": "30% energy efficiency",
+--
+2.42.0
+