diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-31 15:24:27 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-31 15:24:27 -0700 |
commit | dfba5ebe5b6e93c54964b757419779d8b89e4322 (patch) | |
tree | 8f95344c4651b57a11796bf06cef0fb587b81017 /ammo-11_fix-volumeless-40mm.patch | |
parent | More npc dialogue fixes. (diff) | |
download | cataclysm-bn-dfba5ebe5b6e93c54964b757419779d8b89e4322.tar.xz |
Updated to 2023-03-31-1439
Add v29 copy-from fix.
Add more reverts.
Diffstat (limited to 'ammo-11_fix-volumeless-40mm.patch')
-rw-r--r-- | ammo-11_fix-volumeless-40mm.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ammo-11_fix-volumeless-40mm.patch b/ammo-11_fix-volumeless-40mm.patch deleted file mode 100644 index e05116d..0000000 --- a/ammo-11_fix-volumeless-40mm.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/data/json/items/ammo/40x46mm.json -+++ b/data/json/items/ammo/40x46mm.json -@@ -3,6 +3,7 @@ - "abstract": "40x46mm_grenade", - "type": "AMMO", - "name": { "str": "40x46mm grenade" }, -+ "volume": "129 ml", - "price": 10000, - "price_postapoc": 6000, - "flags": [ "IRREPLACEABLE_CONSUMABLE" ], ---- a/data/json/items/ammo/40x53mm.json -+++ b/data/json/items/ammo/40x53mm.json -@@ -3,6 +3,7 @@ - "abstract": "40x53mm_grenade", - "type": "AMMO", - "name": { "str": "40x53mm grenade" }, -+ "volume": "137 ml", - "price": 10000, - "price_postapoc": 6000, - "flags": [ "IRREPLACEABLE_CONSUMABLE" ], |