author | nemo |
Thu, 15 Nov 2018 15:39:59 -0500 | |
changeset 14218 | 09dacb61d526 |
parent 14217 | ca179b615c0b |
child 14219 | 77b95406631e |
--- 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;