diff -r 0b5aea8e5eab -r b74ce48abdea hedgewars/uAIAmmoTests.pas --- a/hedgewars/uAIAmmoTests.pas Thu Oct 08 12:33:14 2020 +0200 +++ b/hedgewars/uAIAmmoTests.pas Thu Oct 08 14:43:00 2020 +0200 @@ -1942,7 +1942,9 @@ if (Level = 1) and (Flags and amtest_NoTrackFall = 0) then value:= RateExplosion(Me, EX, EY, 61, afTrackFall) else - value:= RateExplosion(Me, EX, EY, 61); + value:= RateExplosion(Me, EX, EY, 61) + else + value:= BadTurn; if (value = 0) and (Targ.Kind = gtHedgehog) and (Targ.Score > 0) then value := BadTurn;