summaryrefslogtreecommitdiff
path: root/src-09_npc-eat-from-further-camp.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-09_npc-eat-from-further-camp.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-09_npc-eat-from-further-camp.patch')
-rw-r--r--src-09_npc-eat-from-further-camp.patch11
1 files changed, 0 insertions, 11 deletions
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<basecamp *> 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;