diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-31 20:26:08 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-01-31 20:26:08 -0800 |
commit | 5df800d05b7ca9e8d7d79ef33fcdcead0785b75a (patch) | |
tree | 4f49044af83273900da7a277a3e368762d0533cd /0009-22-casings-can-stack.patch | |
parent | Fix more inconsistent ammo names (diff) | |
download | cataclysm-dda-5df800d05b7ca9e8d7d79ef33fcdcead0785b75a.tar.xz |
Update to 0.F.3
Port various patches from BN
Diffstat (limited to '0009-22-casings-can-stack.patch')
-rw-r--r-- | 0009-22-casings-can-stack.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/0009-22-casings-can-stack.patch b/0009-22-casings-can-stack.patch deleted file mode 100644 index 4085863..0000000 --- a/0009-22-casings-can-stack.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- 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" - }, |