more seems to work better?
authornemo
Thu, 15 Nov 2018 15:39:59 -0500
changeset 14213 09dacb61d526
parent 14212 ca179b615c0b
child 14214 77b95406631e
more seems to work better?
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;