diff --git a/src/content_craft.cpp b/src/content_craft.cpp index 7275bc7a0..79fd9a786 100644 --- a/src/content_craft.cpp +++ b/src/content_craft.cpp @@ -100,7 +100,7 @@ InventoryItem *craft_get_result(InventoryItem **items) if(checkItemCombination(items, specs)) { - return new MaterialItem(CONTENT_JACKO, 22); + return new MaterialItem(CONTENT_JACKO, 2); } }