From 7b7f77a46aefed9c972b34acc675df396cdf5a26 Mon Sep 17 00:00:00 2001 From: Holli Date: Sat, 24 Aug 2024 17:03:48 -0600 Subject: [PATCH 1/2] Update generic.json --- data/json/items/generic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/generic.json b/data/json/items/generic.json index ab27e6f66c5f2..ca846d283b242 100644 --- a/data/json/items/generic.json +++ b/data/json/items/generic.json @@ -322,7 +322,7 @@ "price": "1 USD", "price_postapoc": "1 USD", "material": [ "plastic" ], - "weight": "1 g", + "weight": "19 mg", "volume": "1 ml", "ammo_type": "superglue", "//": "1 charge of superglue should cover an area of 5mm^2", From e7062d1276face40057327dfd8b05861c46ae265 Mon Sep 17 00:00:00 2001 From: Holli Date: Sat, 24 Aug 2024 17:08:01 -0600 Subject: [PATCH 2/2] Fix density --- data/json/items/generic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/generic.json b/data/json/items/generic.json index ca846d283b242..76d610b4ea035 100644 --- a/data/json/items/generic.json +++ b/data/json/items/generic.json @@ -322,7 +322,7 @@ "price": "1 USD", "price_postapoc": "1 USD", "material": [ "plastic" ], - "weight": "19 mg", + "weight": "26 mg", "volume": "1 ml", "ammo_type": "superglue", "//": "1 charge of superglue should cover an area of 5mm^2",