From a5eb2a8be15f30bad0ea852b6177bfb9710be682 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 17 Jan 2021 04:43:31 -0800 Subject: Convert 12mm ammo recipe to bootleg Prevent crafted 5.73mm ammo from being dismantled. --- json/recipes/473.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'json/recipes/473.json') diff --git a/json/recipes/473.json b/json/recipes/473.json index 4a21e5b..42f7d47 100644 --- a/json/recipes/473.json +++ b/json/recipes/473.json @@ -11,6 +11,7 @@ "batch_time_factors": [ 60, 5 ], "book_learn": [ [ "recipe_caseless", 4 ] ], "charges": 1, + "reversible": false, "using": [ [ "bullet_forming", 10 ], [ "ammo_bullet", 8 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], "components": [ @@ -31,6 +32,7 @@ "skills_required": [ "gun", 4 ], "time": "10 m", "book_learn": [ [ "recipe_caseless", 5 ] ], + "reversible": false, "using": [ [ "surface_heat", 10 ] ], "tools": [ [ [ "mold_plastic", -1 ] ] ], "components": [ [ [ "plastic_chunk", 1 ] ] ] -- cgit v1.2.1