summaryrefslogtreecommitdiff
path: root/json/recipes
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-16 09:43:01 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-16 09:43:01 -0800
commit8aae8fb74f0c33a81a68cc0f446486873c37c730 (patch)
tree1b4d91b19c24a3a58f14d89cc754e9366ba514e0 /json/recipes
parentAdd emitter slot to the G80, as both other railguns have this slot. (diff)
downloadcataclysm-dda-mod_hk-loadout-8aae8fb74f0c33a81a68cc0f446486873c37c730.tar.xz
Fix mismatched gunpowder requirements for 4.73 rounds
Diffstat (limited to 'json/recipes')
-rw-r--r--json/recipes/473.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/473.json b/json/recipes/473.json
index aa4c632..4a21e5b 100644
--- a/json/recipes/473.json
+++ b/json/recipes/473.json
@@ -16,7 +16,7 @@
"components": [
[ [ "473mm_mold", 1 ] ],
[ [ "smrifle_primer", 1 ] ],
- [ [ "gunpowder", 7 ], [ "gunpowder_rifle", 6 ] ],
+ [ [ "gunpowder", 6 ], [ "gunpowder_rifle", 6 ] ],
[ [ "copper", 1 ] ]
]
},