diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-02 16:03:26 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-06-02 16:03:26 -0700 |
commit | aa2d1cbbb3c01505b43db71e7fc5fe510a24fd2f (patch) | |
tree | a1cba89ce789e3bc59c6b01ea06c7ad3b8fff392 /json/recipes | |
parent | Add 000shot variants - Explosive, Incendiary, Beanbag (diff) | |
download | cataclysm-bn-mod_hk-loadout-aa2d1cbbb3c01505b43db71e7fc5fe510a24fd2f.tar.xz |
Typo
Diffstat (limited to 'json/recipes')
-rw-r--r-- | json/recipes/000shot.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/000shot.json b/json/recipes/000shot.json index d86975b..122f524 100644 --- a/json/recipes/000shot.json +++ b/json/recipes/000shot.json @@ -31,7 +31,7 @@ "reversible": true, "using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ], "components": [ [ [ "gunpowder", 5 ], [ "gunpowder_pistol", 5 ], [ "gunpowder_shotgun", 5 ] ], [ [ "magnesium", 5 ] ] ] - } + }, { "result": "reloaded_shot_000_flechette", "type": "recipe", @@ -64,5 +64,5 @@ "reversible": true, "using": [ [ "bullet_forming", 1 ], [ "ammo_bullet", 20 ], [ "ammo_000_shot", 1 ] ], "components": [ [ [ "gunpowder", 6 ], [ "gunpowder_pistol", 6 ], [ "gunpowder_shotgun", 6 ] ] ] - }, + } ] |