diff -r 4a52e0705011 -r 13ceaad4767e hedgewars/uAIMisc.pas --- a/hedgewars/uAIMisc.pas Thu Mar 18 02:27:46 2010 +0000 +++ b/hedgewars/uAIMisc.pas Thu Mar 18 02:55:42 2010 +0000 @@ -136,6 +136,8 @@ begin case Gear^.Kind of gtCase: AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 33, 25); + gtFlame: if (Gear^.State and gsttmpFlag) <> 0 then + AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 20, -50); gtMine: if (Gear^.State and gstAttacking) = 0 then AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y), 50, -50) else