hedgewars/uStore.pas
changeset 12175 9237bfb198c7
parent 12158 4d1250ca68ac
child 12186 322aaad4a93d
--- 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