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-09_npc-eat-from-further-camp.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src-09_npc-eat-from-further-camp.patch (limited to 'src-09_npc-eat-from-further-camp.patch') diff --git a/src-09_npc-eat-from-further-camp.patch b/src-09_npc-eat-from-further-camp.patch deleted file mode 100644 index ed1442d..0000000 --- a/src-09_npc-eat-from-further-camp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/npcmove.cpp -+++ b/src/npcmove.cpp -@@ -3817,7 +3817,7 @@ - Character &player_character = get_player_character(); - cata::optional potential_bc; - for( const tripoint_abs_omt &camp_pos : player_character.camps ) { -- if( rl_dist( camp_pos, global_omt_location() ) < 3 ) { -+ if( rl_dist( camp_pos, global_omt_location() ) < 6 ) { - potential_bc = overmap_buffer.find_camp( camp_pos.xy() ); - if( potential_bc ) { - break; -- cgit v1.2.1