summaryrefslogtreecommitdiff
path: root/json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 10:44:58 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 10:44:58 -0800
commitc3e125284665e08f925de879547aaa5e377983b7 (patch)
tree0ef156303ea8d3153ec6e00e88b37df8e1971bd4 /json
parentRemove invalid count from small tin can recipe. (diff)
downloadcataclysm-bn-mod_faction-camp-recipe-expansion-c3e125284665e08f925de879547aaa5e377983b7.tar.xz
Use byproducts as hack to allow multiple items per batch.
Diffstat (limited to 'json')
-rw-r--r--json/recipes/recipe_companion.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/recipe_companion.json b/json/recipes/recipe_companion.json
index cc3c0bf..81c3f61 100644
--- a/json/recipes/recipe_companion.json
+++ b/json/recipes/recipe_companion.json
@@ -28,7 +28,7 @@
{
"type": "recipe",
"result": "can_food_unsealed",
- "//": "Intended to create two due to the high material use, but this does not seem possible for this item type.",
+ "byproducts": [ [ "can_food_unsealed", 1 ] ],
"id_suffix": "npc_drop",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_CONTAINERS",