equal
deleted
inserted
replaced
236 begin |
236 begin |
237 s:= trammo[Ammoz[AmmoType].NameId]; |
237 s:= trammo[Ammoz[AmmoType].NameId]; |
238 if Count <> AMMO_INFINITE then |
238 if Count <> AMMO_INFINITE then |
239 s:= s + ' (' + IntToStr(Count) + ')'; |
239 s:= s + ' (' + IntToStr(Count) + ')'; |
240 if (Propz and ammoprop_Timerable) <> 0 then |
240 if (Propz and ammoprop_Timerable) <> 0 then |
241 s:= s + ', ' + inttostr(Timer div 1000) + ' sec'; |
241 s:= s + ', ' + inttostr(Timer div 1000) + ' ' + trmsg[sidSeconds]; |
242 AddCaption(s, Team.Color, capgrpAmmoinfo); |
242 AddCaption(s, Team.Color, capgrpAmmoinfo); |
243 if (Propz and ammoprop_NeedTarget) <> 0 |
243 if (Propz and ammoprop_NeedTarget) <> 0 |
244 then begin |
244 then begin |
245 Gear.State:= Gear.State or gstHHChooseTarget; |
245 Gear.State:= Gear.State or gstHHChooseTarget; |
246 isCursorVisible:= true |
246 isCursorVisible:= true |