equal
deleted
inserted
replaced
453 |
453 |
454 Power:= 0; |
454 Power:= 0; |
455 if (CurAmmoGear <> nil) |
455 if (CurAmmoGear <> nil) |
456 and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) = 0){check for dropping ammo from rope} then |
456 and ((Ammoz[CurAmmoType].Ammo.Propz and ammoprop_AltUse) = 0){check for dropping ammo from rope} then |
457 begin |
457 begin |
458 //Message:= Message or gmAttack; |
458 if CurAmmoType = amRope then Message:= Message or gmAttack; |
459 CurAmmoGear^.Message:= Message |
459 CurAmmoGear^.Message:= Message |
460 end |
460 end |
461 else |
461 else |
462 begin |
462 begin |
463 if not CurrentTeam^.ExtDriven |
463 if not CurrentTeam^.ExtDriven |