diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-13 17:06:32 -0800 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-11-13 17:06:32 -0800 |
| commit | a94f102c132b92d58144e8e2538dbfdf9f3ce7a2 (patch) | |
| tree | af992181bf304bfc49a9142651d21f4b7df65bbe /json | |
| parent | Allow oxidizer powder and potassium hydroxide to be crafted with a platinum g... (diff) | |
| download | cataclysm-bn-mod_recipe-fixes-a94f102c132b92d58144e8e2538dbfdf9f3ce7a2.tar.xz | |
Typo.
Diffstat (limited to 'json')
| -rw-r--r-- | json/recipes/armor/storage.json | 2 |
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" ] ] ] } |
