diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:54:37 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-01-14 10:54:37 -0800 |
commit | b13a05ff81c6602e331cbbe9003de7fd88d74cc0 (patch) | |
tree | 4d692586cf5496313113da58fe308bbf544a6958 /json/items | |
parent | Use new BN depends. (diff) | |
download | cataclysm-bn-mod_hk-loadout-b13a05ff81c6602e331cbbe9003de7fd88d74cc0.tar.xz |
Fix invalid stack sizes on caseless molds
Diffstat (limited to 'json/items')
-rw-r--r-- | json/items/generic/casing.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/json/items/generic/casing.json b/json/items/generic/casing.json index 86e2855..62713fb 100644 --- a/json/items/generic/casing.json +++ b/json/items/generic/casing.json @@ -8,9 +8,7 @@ "description": "A mold for casting a 4.73x33mm 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": "000shot_hull", |