hedgewars/uWorld.pas
changeset 4883 7cddc9201a1d
parent 4850 434cd1284204
child 4901 d1e2d82d9ccc
equal deleted inserted replaced
4882:b4c84db92d8f 4883:7cddc9201a1d
   119    CurrentTeam:= ClansArray[0]^.Teams[0];
   119    CurrentTeam:= ClansArray[0]^.Teams[0];
   120    end;
   120    end;
   121 
   121 
   122 // if special game flags/settings are changed, add them to the game mode notice window and then show it
   122 // if special game flags/settings are changed, add them to the game mode notice window and then show it
   123 g:= ''; // no text/things to note yet
   123 g:= ''; // no text/things to note yet
       
   124 
       
   125 // add custom goals from lua script if there are any
       
   126 if LuaGoals <> '' then g:= LuaGoals + '|';
   124 
   127 
   125 // check different game flags (goals/game modes first for now)
   128 // check different game flags (goals/game modes first for now)
   126 g:= AddGoal(g, gfKing, gidKing); // king?
   129 g:= AddGoal(g, gfKing, gidKing); // king?
   127 
   130 
   128 // other important flags
   131 // other important flags