share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
changeset 11574 294ce0fa65d0
parent 11568 7e5d6ce6fe14
child 11586 fd02a080d962
equal deleted inserted replaced
11573:e9ee87b28e17 11574:294ce0fa65d0
  1286     for i = 0, (numTeams-1) do
  1286     for i = 0, (numTeams-1) do
  1287         if teamScore[i] < 100000 then
  1287         if teamScore[i] < 100000 then
  1288             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
  1288             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
  1289         end
  1289         end
  1290     end
  1290     end
       
  1291 
       
  1292     if fastCount > 0 then
       
  1293         StartGhostPoints(fastCount)
       
  1294 
       
  1295         for i = 0, (fastCount - 1) do
       
  1296             DumpPoint(fastX[i], fastY[i])
       
  1297         end
       
  1298     end
       
  1299 
  1291 end
  1300 end
  1292 
  1301 
  1293 function onAmmoStoreInit()
  1302 function onAmmoStoreInit()
  1294 
  1303 
  1295 	SetAmmo(amSkip, 9, 0, 0, 0)
  1304 	SetAmmo(amSkip, 9, 0, 0, 0)