From 6232a47f85547650ef7ac3e71b3c7719bb506707 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Wed, 4 Oct 2023 20:19:02 -0700
Subject: Bring back the rubbersplosion patch. -It still ain't fixed upstream.

---
 etc-01_fix-rubbersplosion.patch | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 etc-01_fix-rubbersplosion.patch

(limited to 'etc-01_fix-rubbersplosion.patch')

diff --git a/etc-01_fix-rubbersplosion.patch b/etc-01_fix-rubbersplosion.patch
new file mode 100644
index 0000000..ef06b41
--- /dev/null
+++ b/etc-01_fix-rubbersplosion.patch
@@ -0,0 +1,19 @@
+--- a/data/json/items/ammo.json
++++ b/data/json/items/ammo.json
+@@ -686,7 +686,7 @@
+     "count": 25
+   },
+   {
+-    "type": "AMMO",
++    "type": "TOOL",
+     "id": "chunk_rubber",
+     "category": "spare_parts",
+     "price": 75,
+@@ -697,7 +697,6 @@
+     "material": "rubber",
+     "volume": "250 ml",
+     "weight": "38 g",
+-    "ammo_type": "components",
+     "flags": [ "NO_SALVAGE" ]
+   },
+   {
-- 
cgit v1.2.1