From eefe3322b31f5439f39aea5f7ce450321b7c7e46 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 27 Jul 2021 15:49:07 -0700 Subject: Fix Evac3 Background trait being visisble Fix rubber items dismantling into 10x volume of rubber --- 0023-fix-rubbersplosion.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 0023-fix-rubbersplosion.patch (limited to '0023-fix-rubbersplosion.patch') diff --git a/0023-fix-rubbersplosion.patch b/0023-fix-rubbersplosion.patch new file mode 100644 index 0000000..ef06b41 --- /dev/null +++ b/0023-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