summaryrefslogtreecommitdiff
path: root/0009-22-casings-can-stack.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-25 13:31:31 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-01-25 13:31:31 -0800
commitc91c5214972007062998c341c0e5b226eed9267b (patch)
treef9408f0ec6a6aa7d39b8d969193b209e35ac3e66 /0009-22-casings-can-stack.patch
parentAdd revised stop sleeping on tables patch (diff)
downloadcataclysm-bn-c91c5214972007062998c341c0e5b226eed9267b.tar.xz
Merge CBM fixes into one patch
Expand CBM fixes to scalpels and hearing
Diffstat (limited to '0009-22-casings-can-stack.patch')
-rw-r--r--0009-22-casings-can-stack.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/0009-22-casings-can-stack.patch b/0009-22-casings-can-stack.patch
new file mode 100644
index 0000000..4085863
--- /dev/null
+++ b/0009-22-casings-can-stack.patch
@@ -0,0 +1,17 @@
+--- a/data/json/items/generic/casing.json
++++ b/data/json/items/generic/casins.json
+@@ -32,13 +32,9 @@
+ {
+ "id": "22_casing_new",
++ "copy-from": "casing",
+ "type": "GENERIC",
+- "category": "spare_parts",
+- "price": 100,
+ "name": { "str": "unused .22 casing" },
+- "symbol": "=",
+- "color": "yellow",
+ "description": "An unfired, like-new .22 round casing, with the primer still intact.",
+- "material": [ "powder", "brass" ],
+ "volume": "3 ml",
+ "weight": "1 g"
+ },