summaryrefslogtreecommitdiff
path: root/src-02_ammo-loudness-ap-times-2.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2025-01-18 21:46:00 -0800
commit7e224c97ae2728472180322f625dafa545f21f7f (patch)
tree61a296000b3a05d36cde4de0d8bd5e5179ee21ab /src-02_ammo-loudness-ap-times-2.patch
parentAdd plastic scrap is stackable patch. (diff)
downloadcataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz
Convert the PKGBUILD to my own fork of cataclysm-bn.HEADmaster
Diffstat (limited to 'src-02_ammo-loudness-ap-times-2.patch')
-rw-r--r--src-02_ammo-loudness-ap-times-2.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/src-02_ammo-loudness-ap-times-2.patch b/src-02_ammo-loudness-ap-times-2.patch
deleted file mode 100644
index 3def080..0000000
--- a/src-02_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 );
- }
- }
-