diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-10-04 20:19:02 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-10-04 20:19:02 -0700 |
commit | 6232a47f85547650ef7ac3e71b3c7719bb506707 (patch) | |
tree | 20c7fbbe936267c5ca051f81c37115b78414f661 /etc-01_fix-rubbersplosion.patch | |
parent | Fix 20x66mm range to 12. (diff) | |
download | cataclysm-bn-6232a47f85547650ef7ac3e71b3c7719bb506707.tar.xz |
Bring back the rubbersplosion patch.
-It still ain't fixed upstream.
Diffstat (limited to 'etc-01_fix-rubbersplosion.patch')
-rw-r--r-- | etc-01_fix-rubbersplosion.patch | 19 |
1 files changed, 19 insertions, 0 deletions
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" ] + }, + { |