summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-14 14:53:31 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-07-14 14:53:31 -0700
commite0577b5467d31379ab306c2a61af86528dbcdc4f (patch)
treedae5b9f79a7e3e86054b6d92ca96fb55d5d07ea2
parentFix several guns using str to str_sp. (diff)
downloadcataclysm-bn-mod_hk-loadout-e0577b5467d31379ab306c2a61af86528dbcdc4f.tar.xz
Convert to blacksmithing_intermediate requirement.
-rw-r--r--json/recipes/12mm.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/json/recipes/12mm.json b/json/recipes/12mm.json
index 5b30034..b4b98b0 100644
--- a/json/recipes/12mm.json
+++ b/json/recipes/12mm.json
@@ -9,8 +9,7 @@
"time": "240 m",
"autolearn": true,
"reversible": false,
- "using": [ [ "blacksmithing_standard", 40 ], [ "steel_standard", 10 ] ],
- "qualities": [ { "id": "CHISEL", "level": 3 } ],
+ "using": [ [ "blacksmithing_intermediate", 40 ], [ "steel_standard", 10 ] ],
"tools": [ [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ]
}
]