hedgewars/uWorld.pas
changeset 14787 cbdfc5b1d5b8
parent 14765 f5dadf2b7d03
child 14829 9443dc6663ba
equal deleted inserted replaced
14786:ba8dd081359d 14787:cbdfc5b1d5b8
   163                 LocalClan:= t
   163                 LocalClan:= t
   164             end;
   164             end;
   165         end;
   165         end;
   166     CurrentTeam:= ClansArray[0]^.Teams[0];
   166     CurrentTeam:= ClansArray[0]^.Teams[0];
   167     end;
   167     end;
       
   168 
       
   169 if (GameFlags and gfInvulnerable) <> 0 then
       
   170     cTagsMask:= cTagsMask and (not htHealth);
   168 
   171 
   169 // if special game flags/settings are changed, add them to the game mode notice window and then show it
   172 // if special game flags/settings are changed, add them to the game mode notice window and then show it
   170 g:= ''; // no text/things to note yet
   173 g:= ''; // no text/things to note yet
   171 
   174 
   172 // add custom goals from lua script if there are any
   175 // add custom goals from lua script if there are any