diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-16 18:23:22 -0800 | 
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-02-16 18:23:22 -0800 | 
| commit | e987921903b896b027cc03acbb3f603e8e52b1ae (patch) | |
| tree | 7600e8bd7a90dd6de3a1a30a43b113a181633e92 | |
| parent | Convert the CAWS to 00shot. (diff) | |
| download | cataclysm-dda-mod_hk-loadout-e987921903b896b027cc03acbb3f603e8e52b1ae.tar.xz | |
Fix 000shot uncrafts to output 12g hull.
| -rw-r--r-- | json/uncraft/shot.json | 4 | 
1 files 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 ] ],  | 
