summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-01 19:36:25 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-11-01 19:36:25 -0700
commite514f6776c8ac96c388f6665362139cbc8efa382 (patch)
treee135efce2b09b303deffadb399fb030d5bf052ba
parentFix amount of comp_b from dismantling land mines. (diff)
downloadcataclysm-dda-mod_grenade-crafting-e514f6776c8ac96c388f6665362139cbc8efa382.tar.xz
Reorder M430A1 recipe.
-rw-r--r--json/recipes/ammo/40x53mm.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json
index bde2788..55c8a37 100644
--- a/json/recipes/ammo/40x53mm.json
+++ b/json/recipes/ammo/40x53mm.json
@@ -14,9 +14,9 @@
"tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ],
"qualities" : [ { "id": "SCREW", "level": 1 } ],
"components": [
- [ [ "impact_fuze", 1 ] ],
[ [ "sheet_metal_small", 1 ] ],
[ [ "military_explosive", 36, "LIST" ] ],
+ [ [ "impact_fuze", 1 ] ],
[ [ "gunpowder", 35 ] ],
[ [ "lgrifle_primer", 1 ] ],
[ [ "40x53mm_m169_casing", 1 ] ]