summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-20 04:52:08 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-20 04:52:08 -0700
commite99afe211d8c7f543cd82381e563f8ec1ab617be (patch)
tree392c2e1ca92ab1c8d6b67336680a3945f7602ac7
parentRedo composition b recipe with hmtd (diff)
downloadcataclysm-dda-mod_grenade-crafting-e99afe211d8c7f543cd82381e563f8ec1ab617be.tar.xz
Fix 40x53mm recipes being backwards
-rw-r--r--json/recipes/ammo/40x53mm.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/json/recipes/ammo/40x53mm.json b/json/recipes/ammo/40x53mm.json
index 56e4a1b..8256c38 100644
--- a/json/recipes/ammo/40x53mm.json
+++ b/json/recipes/ammo/40x53mm.json
@@ -1,6 +1,6 @@
[
{
- "result": "40x53mm_m1001",
+ "result": "40x53mm_m430a1",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_GRENADES",
@@ -22,7 +22,7 @@
]
},
{
- "result": "40x53mm_m430a1",
+ "result": "40x53mm_m1001",
"type": "recipe",
"category": "CC_AMMO",
"subcategory": "CSC_AMMO_GRENADES",