hedgewars/HHHandlers.inc
changeset 6122 58ecb4fb743d
parent 6121 895115acb8c5
child 6131 4e8816cf9459
--- a/hedgewars/HHHandlers.inc	Mon Oct 10 16:23:08 2011 -0400
+++ b/hedgewars/HHHandlers.inc	Mon Oct 10 16:36:35 2011 -0400
@@ -373,7 +373,7 @@
                   amResurrector, amStructure,
                        amTardis: CurAmmoGear:= newGear;
                   end;
-              if (CurAmmoType = amMine) or (CurAmmoType = amSMine) and (GameFlags and gfInfAttack <> 0) then newGear^.FlightTime:= GameTicks;
+              if (CurAmmoType = amMine) or (CurAmmoType = amSMine) and (GameFlags and gfInfAttack <> 0) then newGear^.FlightTime:= GameTicks + 1000;
         if Ammoz[CurAmmoType].Ammo.Propz and ammoprop_NeedTarget <> 0 then
             begin
             newGear^.Target.X:= TargetPoint.X;