@@ -123,7 +123,7 @@ function wildcow.hq_meetmygirl(self,prty)
123123 if passangan == {} then return true end
124124 tpos = passangan :get_pos ()
125125 -- water_life.temp_show(tpos,5,5)
126- if not water_life .gopath (self ,tpos ,nil ,true ) then
126+ if not water_life .gopath (self ,tpos ,nil ,wildcow . fast_pf ) then
127127 -- minetest.chat_send_all("No way to there")
128128 return true
129129 end
@@ -205,7 +205,7 @@ function wildcow.hq_goto(self,prty,tpos)
205205 local func = function (self )
206206 if mobkit .is_queue_empty_low (self ) and self .isonground then
207207 local pos = mobkit .get_stand_pos (self )
208- if vector .distance (pos ,tpos ) >= 1.2 then -- 1.2
208+ if vector .distance (pos ,tpos ) >= 3 then -- 1.2
209209 wildcow .goto_next_waypoint (self ,tpos )
210210 else
211211 return true
@@ -258,10 +258,10 @@ function wildcow.hq_find_food(self,prty,radius)
258258
259259 if mobkit .is_queue_empty_low (self ) and self .isonground then
260260
261- if vector .distance (pos ,snack ) > 2 then
261+ if vector .distance (pos ,snack ) > 1.5 then
262262 if init then
263263 -- wildcow.hq_goto(self,prty+1,snack)
264- water_life .hq_findpath (self ,prty + 1 ,snack , 2 ,0.5 ,true )
264+ water_life .hq_findpath (self ,prty + 1 ,snack , 1.5 ,0.5 ,wildcow . fast_pf )
265265 init = false
266266 end
267267 else
0 commit comments