summaryrefslogtreecommitdiff
path: root/tools-01_foldable-bottle-is-container.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-31 20:26:08 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-31 20:26:08 -0800
commit5df800d05b7ca9e8d7d79ef33fcdcead0785b75a (patch)
tree4f49044af83273900da7a277a3e368762d0533cd /tools-01_foldable-bottle-is-container.patch
parentFix more inconsistent ammo names (diff)
downloadcataclysm-dda-5df800d05b7ca9e8d7d79ef33fcdcead0785b75a.tar.xz
Update to 0.F.3
Port various patches from BN
Diffstat (limited to 'tools-01_foldable-bottle-is-container.patch')
-rw-r--r--tools-01_foldable-bottle-is-container.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools-01_foldable-bottle-is-container.patch b/tools-01_foldable-bottle-is-container.patch
new file mode 100644
index 0000000..b60fabc
--- /dev/null
+++ b/tools-01_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": "GENERIC",
+- "category": "other",
++ "category": "container",
+ "name": { "str": "steel bottle" },
+ "description": "A stainless steel water bottle, holds 750ml of liquid.",
+ "weight": "200 g",
+@@ -28,7 +28,7 @@
+ {
+ "id": "bottle_folding",
+ "type": "GENERIC",
+- "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",