--- 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;