diff -r 838d2e06c377 -r 040fc517fece hedgewars/uAI.pas --- a/hedgewars/uAI.pas Mon Oct 22 21:24:38 2012 +0400 +++ b/hedgewars/uAI.pas Mon Oct 22 23:35:12 2012 +0400 @@ -151,7 +151,7 @@ else if (ap.Angle < 0) then AddAction(BestActions, aia_LookLeft, 0, 200, 0, 0); - if (ap.Time <> 0) then + if (Ammoz[a].Ammo.Propz and ammoprop_Timerable) <> 0 then AddAction(BestActions, aia_Timer, ap.Time div 1000, 400, 0, 0); if (Ammoz[a].Ammo.Propz and ammoprop_NoCrosshair) = 0 then