From 7e224c97ae2728472180322f625dafa545f21f7f Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 18 Jan 2025 21:46:00 -0800 Subject: Convert the PKGBUILD to my own fork of cataclysm-bn. --- src-14_fix-npc_melee-calculations.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src-14_fix-npc_melee-calculations.patch (limited to 'src-14_fix-npc_melee-calculations.patch') diff --git a/src-14_fix-npc_melee-calculations.patch b/src-14_fix-npc_melee-calculations.patch deleted file mode 100644 index ea98989..0000000 --- a/src-14_fix-npc_melee-calculations.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/npcmove.cpp -+++ b/src/npcmove.cpp -@@ -1409,7 +1409,7 @@ - return npc_reload; - } - -- if( dist == 1 && same_z ) { -+ if( dist <= 1 && same_z ) { - add_msg( m_debug, "%s is trying a melee attack", disp_name() ); - return npc_melee; - } -- cgit v1.2.1