equal
deleted
inserted
replaced
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 |