diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 10:30:52 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-03-13 10:30:52 -0700 |
commit | a09894839ccba98dd8cd2a15cfe09cb75de18125 (patch) | |
tree | 39300c2fabf6d202f199a9441a3e8466c8770b16 /jc_ammo-loudness-ap-times-2.patch | |
parent | Update to 0.F.3 (diff) | |
download | cataclysm-dda-a09894839ccba98dd8cd2a15cfe09cb75de18125.tar.xz |
Port patches back to DDA.
Diffstat (limited to 'jc_ammo-loudness-ap-times-2.patch')
-rw-r--r-- | jc_ammo-loudness-ap-times-2.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/jc_ammo-loudness-ap-times-2.patch b/jc_ammo-loudness-ap-times-2.patch deleted file mode 100644 index 3df1ffd..0000000 --- a/jc_ammo-loudness-ap-times-2.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/item_factory.cpp -+++ b/src/item_factory.cpp -@@ -230,7 +230,7 @@ - if( obj.ammo->loudness < 0 ) { - obj.ammo->loudness = obj.ammo->range * 2; - for( const damage_unit &du : obj.ammo->damage ) { -- obj.ammo->loudness += ( du.amount + du.res_pen ) * 2; -+ obj.ammo->loudness += ( du.amount * 2 ) + ( du.res_pen * 2 / 3 ); - } - } - |