diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2025-01-18 21:46:00 -0800 |
commit | 7e224c97ae2728472180322f625dafa545f21f7f (patch) | |
tree | 61a296000b3a05d36cde4de0d8bd5e5179ee21ab /src-14_fix-npc_melee-calculations.patch | |
parent | Add plastic scrap is stackable patch. (diff) | |
download | cataclysm-bn-7e224c97ae2728472180322f625dafa545f21f7f.tar.xz |
Diffstat (limited to 'src-14_fix-npc_melee-calculations.patch')
-rw-r--r-- | src-14_fix-npc_melee-calculations.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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; - } |