diff -r ca179b615c0b -r 09dacb61d526 hedgewars/uAIMisc.pas --- a/hedgewars/uAIMisc.pas Thu Nov 15 15:12:18 2018 -0500 +++ b/hedgewars/uAIMisc.pas Thu Nov 15 15:39:59 2018 -0500 @@ -1042,7 +1042,7 @@ if Level <> 1 then exit(0); // at present level 2 doesn't track falls on most things //if Level = 2 then exit(round(targ.Radius*(random(5)-2)/2)); -if Level = 1 then exit(round(targ.Radius*(random(7)-3)/2)) +AIrndOffset := targ.Radius*(random(7)-3)*2 end; procedure initModule;