diff -r 4a9e2ece6667 -r 9237bfb198c7 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Apr 06 22:02:29 2017 +0200 +++ b/hedgewars/uStore.pas Thu Apr 06 22:34:02 2017 +0200 @@ -967,7 +967,10 @@ if (CurrentTeam <> nil) and (Ammoz[atype].SkipTurns >= CurrentTeam^.Clan^.TurnNumber) then // weapon or utility is not yet available begin - extra:= trmsg[sidNotYetAvailable]; + if (atype = amTardis) and (suddenDeathDmg) then + extra:= trmsg[sidNotAvailableInSD] + else + extra:= trmsg[sidNotYetAvailable]; extracolor:= LongInt($ffc77070); end else if (Ammoz[atype].Ammo.Propz and ammoprop_NoRoundEnd) <> 0 then // weapon or utility will not end your turn