diff -r e9ee87b28e17 -r 294ce0fa65d0 share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Tue Feb 23 00:41:18 2016 +0100 +++ b/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Tue Feb 23 13:45:49 2016 +0300 @@ -1288,6 +1288,15 @@ DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i]) end end + + if fastCount > 0 then + StartGhostPoints(fastCount) + + for i = 0, (fastCount - 1) do + DumpPoint(fastX[i], fastY[i]) + end + end + end function onAmmoStoreInit()