summaryrefslogtreecommitdiff
path: root/0009-22-casings-can-stack.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-07 00:42:44 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-05-07 00:42:44 -0700
commit8790ccae1394b742dfbe1e7e0c78d5b30ad204f6 (patch)
tree53820a46511a399ab4199c9775b6ce7ba18e59f1 /0009-22-casings-can-stack.patch
parentFix more inconsistent ammo names (diff)
downloadcataclysm-bn-8790ccae1394b742dfbe1e7e0c78d5b30ad204f6.tar.xz
Port to Bright Nights
Diffstat (limited to '0009-22-casings-can-stack.patch')
-rw-r--r--0009-22-casings-can-stack.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/0009-22-casings-can-stack.patch b/0009-22-casings-can-stack.patch
index 4085863..e52b8bb 100644
--- a/0009-22-casings-can-stack.patch
+++ b/0009-22-casings-can-stack.patch
@@ -1,17 +1,17 @@
--- a/data/json/items/generic/casing.json
+++ b/data/json/items/generic/casins.json
-@@ -32,13 +32,9 @@
- {
+@@ -31,13 +31,11 @@
+ },
+ {
"id": "22_casing_new",
+ "copy-from": "casing",
"type": "GENERIC",
- "category": "spare_parts",
-- "price": 100,
+ "price": 100,
+ "price_postapoc": 0,
"name": { "str": "unused .22 casing" },
- "symbol": "=",
- "color": "yellow",
"description": "An unfired, like-new .22 round casing, with the primer still intact.",
-- "material": [ "powder", "brass" ],
+ "material": [ "powder", "brass" ],
"volume": "3 ml",
- "weight": "1 g"
- },