summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-13 17:06:32 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-11-13 17:06:32 -0800
commita94f102c132b92d58144e8e2538dbfdf9f3ce7a2 (patch)
treeaf992181bf304bfc49a9142651d21f4b7df65bbe
parentAllow oxidizer powder and potassium hydroxide to be crafted with a platinum g... (diff)
downloadcataclysm-bn-mod_recipe-fixes-a94f102c132b92d58144e8e2538dbfdf9f3ce7a2.tar.xz
Typo.
-rw-r--r--json/recipes/armor/storage.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/json/recipes/armor/storage.json b/json/recipes/armor/storage.json
index af1bdb9..aecd358 100644
--- a/json/recipes/armor/storage.json
+++ b/json/recipes/armor/storage.json
@@ -12,7 +12,7 @@
"qualities": [ { "id": "SEW", "level": 1 } ],
"components": [
[ [ "fabric_standard", 6, "LIST" ], [ "fabric_hides_any", 6, "LIST" ] ],
- [ [ "chestpouch", 2 ], [ "fabric_standard", 8 ], [ "fabric_hides_any", 8 ] ],
+ [ [ "chestpouch", 2 ], [ "fabric_standard", 8, "LIST" ], [ "fabric_hides_any", 8, "LIST" ] ],
[ [ "filament", 8, "LIST" ] ]
]
}