summaryrefslogtreecommitdiff
path: root/jc_ammo-loudness-ap-times-2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'jc_ammo-loudness-ap-times-2.patch')
-rw-r--r--jc_ammo-loudness-ap-times-2.patch11
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 3def080..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
-@@ -221,7 +221,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 );
- }
- }
-