hedgewars/uAIMisc.pas
changeset 15726 12973ea952c6
parent 15693 2aedd8ca836c
child 15727 f9c2fd4bfb3e
--- a/hedgewars/uAIMisc.pas	Thu Jul 16 22:23:08 2020 +0200
+++ b/hedgewars/uAIMisc.pas	Fri Jul 17 02:51:25 2020 +0200
@@ -235,19 +235,29 @@
 while Gear <> nil do
     begin
         case Gear^.Kind of
-            gtGrenade
+            gtAirAttack
+            , gtAirBomb
+            , gtBall
+            , gtBee
+            , gtBirdy
             , gtClusterBomb
+            , gtCake
+            , gtCluster
+            , gtDrill
+            , gtEgg
             , gtGasBomb
-            , gtShell
-            , gtAirAttack
+            , gtGrenade
+            , gtHellishBomb
+            , gtPiano
+            , gtPoisonCloud
+            , gtRCPlane
+            , gtMelonPiece
+            , gtMolotov
             , gtMortar
-            , gtWatermelon
-            , gtDrill
-            , gtAirBomb
-            , gtCluster
-            , gtMelonPiece
-            , gtBee
-            , gtMolotov: bonuses.activity:= true;
+            , gtNapalmBomb
+            , gtShell
+            , gtSnowball
+            , gtWatermelon: bonuses.activity:= true;
             gtCase:
                 if (Gear^.AIHints and aihDoesntMatter) = 0 then
                     AddBonus(hwRound(Gear^.X), hwRound(Gear^.Y) + 3, 37, 25);