hedgewars/uGearsHedgehog.pas
changeset 12996 2bafaeed5e2e
parent 12937 a84a05719454
child 13096 d78e65c66573
equal deleted inserted replaced
12995:d55aae479f50 12996:2bafaeed5e2e
    45     t: byte;
    45     t: byte;
    46 begin
    46 begin
    47     t:= 0;
    47     t:= 0;
    48     while (TeamsArray[t] <> CurrentTeam) do inc(t);
    48     while (TeamsArray[t] <> CurrentTeam) do inc(t);
    49 
    49 
    50     SendHogSpeech(#1 + char(t) + 'AFK');
    50     // TODO: Localize
       
    51     AddChatString(#2 + CurrentTeam^.TeamName + ' automatically skipped turn.');
    51 
    52 
    52     ParseCommand('/skip', true)
    53     ParseCommand('/skip', true)
    53 end;
    54 end;
    54 
    55 
    55 // Shouldn't more of this ammo switching stuff be moved to uAmmos ?
    56 // Shouldn't more of this ammo switching stuff be moved to uAmmos ?