summaryrefslogtreecommitdiff
path: root/0021-foldable-bottle-is-container.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-18 21:08:21 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-07-18 21:08:21 -0700
commit8f395c92550fff77df06e7d2361310edca8230e9 (patch)
treed639475f854c9f63ae6db7dcc96fbfeed7b5e32b /0021-foldable-bottle-is-container.patch
parentUpdated to 2021-06-27-1806 (diff)
downloadcataclysm-bn-8f395c92550fff77df06e7d2361310edca8230e9.tar.xz
Updated to 2021-07-18-1757
Fix NATO M80 tracer naming Add backport to fix radios with UPS Add patch to mark foldable/metal bottles as containers
Diffstat (limited to '0021-foldable-bottle-is-container.patch')
-rw-r--r--0021-foldable-bottle-is-container.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/0021-foldable-bottle-is-container.patch b/0021-foldable-bottle-is-container.patch
new file mode 100644
index 0000000..95b3d0f
--- /dev/null
+++ b/0021-foldable-bottle-is-container.patch
@@ -0,0 +1,20 @@
+--- a/data/json/items/tool/container.json
++++ b/data/json/items/tool/container.json
+@@ -2,7 +2,7 @@
+ {
+ "id": "bottle_metal",
+ "type": "CONTAINER",
+- "category": "other",
++ "category": "container",
+ "name": { "str": "steel bottle" },
+ "description": "A stainless steel water bottle, holds 750ml of liquid.",
+ "weight": "200 g",
+@@ -22,7 +22,7 @@
+ {
+ "id": "bottle_folding",
+ "type": "CONTAINER",
+- "category": "other",
++ "category": "container",
+ "name": { "str": "foldable plastic bottle" },
+ "description": "A non-rigid plastic bottle for easy storage, holds 500 ml of liquid.",
+ "weight": "13 g",