hedgewars/uStore.pas
changeset 12180 9237bfb198c7
parent 12163 4d1250ca68ac
child 12191 322aaad4a93d
equal deleted inserted replaced
12179:4a9e2ece6667 12180:9237bfb198c7
   965 extra:= _S'';
   965 extra:= _S'';
   966 extracolor:= 0;
   966 extracolor:= 0;
   967 
   967 
   968 if (CurrentTeam <> nil) and (Ammoz[atype].SkipTurns >= CurrentTeam^.Clan^.TurnNumber) then // weapon or utility is not yet available
   968 if (CurrentTeam <> nil) and (Ammoz[atype].SkipTurns >= CurrentTeam^.Clan^.TurnNumber) then // weapon or utility is not yet available
   969     begin
   969     begin
   970     extra:= trmsg[sidNotYetAvailable];
   970     if (atype = amTardis) and (suddenDeathDmg) then
       
   971         extra:= trmsg[sidNotAvailableInSD]
       
   972     else
       
   973         extra:= trmsg[sidNotYetAvailable];
   971     extracolor:= LongInt($ffc77070);
   974     extracolor:= LongInt($ffc77070);
   972     end
   975     end
   973 else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEnd) <> 0 then // weapon or utility will not end your turn
   976 else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEnd) <> 0 then // weapon or utility will not end your turn
   974     begin
   977     begin
   975     extra:= trmsg[sidNoEndTurn];
   978     extra:= trmsg[sidNoEndTurn];