From 6e66d7a01fe1be84d6c750b6a61ed52eb6f23b99 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 13 Sep 2022 19:20:01 -0700 Subject: Require chemistry 2 for crafting tear gas 40mm grenades. --- json/recipes/ammo/40x46mm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'json') diff --git a/json/recipes/ammo/40x46mm.json b/json/recipes/ammo/40x46mm.json index e6563e7..b6e98be 100644 --- a/json/recipes/ammo/40x46mm.json +++ b/json/recipes/ammo/40x46mm.json @@ -57,7 +57,7 @@ "book_learn": [ [ "textbook_anarch", 7 ] ], "charges": 1, "tools": [ [ [ "press", -1 ] ], [ [ "swage", -1 ] ] ], - "qualities" : [ { "id": "SCREW", "level": 1 } ], + "qualities" : [ { "id": "SCREW", "level": 1 }, { "id": "CHEM", "level": 2 } ], "components": [ [ [ "bleach", 2 ] ], [ [ "ammonia", 2 ] ], -- cgit v1.2.1