share/hedgewars/Data/Scripts/TechMaps.lua
changeset 14070 a5be3ef4bbbe
parent 13665 5664650befcd
child 14231 74bf2d906097
equal deleted inserted replaced
14069:abb42ba345b6 14070:a5be3ef4bbbe
   100         end
   100         end
   101 
   101 
   102 	if mapID == nil then
   102 	if mapID == nil then
   103 		mapID = 2 + GetRandom(7)
   103 		mapID = 2 + GetRandom(7)
   104 	end
   104 	end
   105 	WriteLnToConsole("TechRacer preview: Using map "..tostring(mapID))
   105 	WriteLnToConsole("TechRacer preview: Using map #"..tostring(mapID-1).." (mapID="..tostring(mapID)..")")
   106 
   106 
   107     TemplateFilter = 0
   107     TemplateFilter = 0
   108 
   108 
   109     for x = 1, 16 do
   109     for x = 1, 16 do
   110         AddPoint(x*100,100,5)
   110         AddPoint(x*100,100,5)