hedgewars/uAIMisc.pas
changeset 14512 184df3900ec4
parent 14269 6f3f59266c4c
child 14591 e54e41554529
equal deleted inserted replaced
14511:a4d560aeda96 14512:184df3900ec4
   227             , gtWatermelon
   227             , gtWatermelon
   228             , gtDrill
   228             , gtDrill
   229             , gtAirBomb
   229             , gtAirBomb
   230             , gtCluster
   230             , gtCluster
   231             , gtMelonPiece
   231             , gtMelonPiece
       
   232             , gtBee
   232             , gtMolotov: bonuses.activity:= true;
   233             , gtMolotov: bonuses.activity:= true;
   233             gtCase:
   234             gtCase:
   234                 if (Gear^.AIHints and aihDoesntMatter) = 0 then
   235                 if (Gear^.AIHints and aihDoesntMatter) = 0 then
   235                     AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y) + 3, 37, 25);
   236                     AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y) + 3, 37, 25);
   236             gtFlame:
   237             gtFlame: