summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 10:55:05 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-01-14 10:55:05 -0800
commit1478fb8a2e843e998c6044ae5f05ef6c25e317d9 (patch)
treee42d31208e3674df044f7312cf5ba1f9d4524be7
parentUpdated to use BN depends. (diff)
downloadcataclysm-bn-mod_caseless-crafting-1478fb8a2e843e998c6044ae5f05ef6c25e317d9.tar.xz
Fix invalid stack sizes on caseless molds.
-rw-r--r--json/items/generic/casing.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json
index 84c227e..60c7945 100644
--- a/json/items/generic/casing.json
+++ b/json/items/generic/casing.json
@@ -8,9 +8,7 @@
"description": "A mold for casting a 8x40mm rifle round. This mold is fragile and will not last beyond a single casting.",
"material": "plastic",
"weight": "2 g",
- "volume": "10ml",
- "charges": 25,
- "stack_size": 25
+ "volume": "10ml"
},
{
"id": "20x66_mold",
@@ -21,8 +19,6 @@
"description": "A mold for casting a 20x66mm shotgun round. This mold is fragile and will not last beyond a single casting.",
"material": "plastic",
"weight": "2 g",
- "volume": "10ml",
- "charges": 25,
- "stack_size": 25
+ "volume": "10ml"
}
]