From e987921903b896b027cc03acbb3f603e8e52b1ae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Feb 2023 18:23:22 -0800 Subject: Fix 000shot uncrafts to output 12g hull. --- json/uncraft/shot.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/json/uncraft/shot.json b/json/uncraft/shot.json index 48da59c..96aed7b 100644 --- a/json/uncraft/shot.json +++ b/json/uncraft/shot.json @@ -7,7 +7,7 @@ "time": "1 s", "qualities": [ { "id": "PULL", "level": 1 } ], "components": [ - [ [ "000shot_hull", 1 ] ], + [ [ "shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder", 6 ] ], [ [ "lead", 12 ] ] @@ -22,7 +22,7 @@ "time": "1 s", "qualities": [ { "id": "PULL", "level": 1 } ], "components": [ - [ [ "000shot_hull", 1 ] ], + [ [ "shot_hull", 1 ] ], [ [ "shotgun_primer", 1 ] ], [ [ "gunpowder", 6 ] ], [ [ "lead", 12 ] ], -- cgit v1.2.1