diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-10 01:21:01 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-08-10 01:21:01 -0700 |
| commit | f3852f49ff36417d63c347b4c67c84938b7ebe07 (patch) | |
| tree | 9900eaf8a2fa756ddc758948f3c399e37184f287 | |
| parent | Adjust casing molds to 10 minutes and 25 units per stack (diff) | |
| download | cataclysm-bn-mod_caseless-crafting-f3852f49ff36417d63c347b4c67c84938b7ebe07.tar.xz | |
Reorder flechette recipe to make it more clear it uses flechettes in place of lead
| -rw-r--r-- | json/recipes/weapons/ammo/rivtech.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/weapons/ammo/rivtech.json b/json/recipes/weapons/ammo/rivtech.json index 7945898..8677d16 100644 --- a/json/recipes/weapons/ammo/rivtech.json +++ b/json/recipes/weapons/ammo/rivtech.json @@ -146,10 +146,10 @@ "using": [ [ "bullet_forming", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], "components": [ + [ [ "combatnail", 10 ] ], [ [ "20x66_mold", 1 ] ], [ [ "shotgun_primer", 1 ] ], - [ [ "gunpowder", 6 ], [ "gunpowder_shotgun", 6 ] ], - [ [ "combatnail", 10 ] ] + [ [ "gunpowder", 6 ], [ "gunpowder_shotgun", 6 ] ] ] }, { |
