diff options
Diffstat (limited to 'json/requirements')
-rw-r--r-- | json/requirements/cooking_components.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/json/requirements/cooking_components.json b/json/requirements/cooking_components.json index b4ddcc1..edf55c2 100644 --- a/json/requirements/cooking_components.json +++ b/json/requirements/cooking_components.json @@ -54,5 +54,17 @@ [ "can_tuna", 2 ] ] ] + }, + { + "id": "edible_stomach", + "type": "requirement", + "components": [ + [ + [ "stomach_large", 1 ], + [ "stomach", 2 ] + [ "hstomach_large", 1 ], + [ "hstomach", 2 ] + ] + ] } ] |