1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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" ]
},
{
|