hedgewars/uAIMisc.pas
changeset 14213 09dacb61d526
parent 14212 ca179b615c0b
child 14264 6f3f59266c4c
--- 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;