summaryrefslogtreecommitdiff
path: root/src-09_npc-eat-from-further-camp.patch
diff options
context:
space:
mode:
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;