# HG changeset patch # User Wuzzy # Date 1594947085 -7200 # Node ID 12973ea952c6dddd7e72f03ad768ada0facbd500 # Parent 4e1ea1bdd803e1ed26623b8fb0a36e9d0915fe24 AI: Update list of gears that trigger activity diff -r 4e1ea1bdd803 -r 12973ea952c6 hedgewars/uAIMisc.pas --- 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);