From 30b849b73f37aef0c4455bb00b9c994194f002b5 Mon Sep 17 00:00:00 2001 From: Kefpull <109484946+Kefpull@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:39:37 -0400 Subject: [PATCH] 1L Silver Ingot should have "material" property of silver instead of lead Was stockpiling silver in game and noticed that the tier 1 silver ingot had the wrong material property. While it's unlikely people would encounter this outside of maximum item spawns, it's still not right. (Unless it is, then a note should be added) --- data/json/items/resources/metal.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/resources/metal.json b/data/json/items/resources/metal.json index 8c1f068ed5a53..e6b7a38111883 100644 --- a/data/json/items/resources/metal.json +++ b/data/json/items/resources/metal.json @@ -953,7 +953,7 @@ "volume": "1 L", "price": "7 kUSD 867 USD 50 cent", "price_postapoc": "104 USD 90 cent", - "material": [ "lead" ], + "material": [ "silver" ], "symbol": "=", "color": "light_gray" },