hedgewars/uGearsHedgehog.pas
changeset 7067 f98ec3aecf4e
parent 7053 8c9dcaedc7a8
child 7069 bcf9d8e64e92
equal deleted inserted replaced
7066:12cc2bd84b0b 7067:f98ec3aecf4e
   438             end
   438             end
   439         else
   439         else
   440             begin
   440             begin
   441             if not CurrentTeam^.ExtDriven
   441             if not CurrentTeam^.ExtDriven
   442             and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_Power) <> 0) then
   442             and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_Power) <> 0) then
   443                 SendIPC('a');
   443                 SendIPC(_S'a');
   444             AfterAttack;
   444             AfterAttack;
   445             end
   445             end
   446         end
   446         end
   447     else 
   447     else 
   448         Message:= Message and (not gmAttack);
   448         Message:= Message and (not gmAttack);