share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
changeset 15788 acf70c44065b
parent 15489 3c0a3c824c49
child 15964 d18261ddac4a
equal deleted inserted replaced
15787:8bb050e8e40f 15788:acf70c44065b
   975 		end
   975 		end
   976 	else
   976 	else
   977 		waypointCursor = false
   977 		waypointCursor = false
   978 	end
   978 	end
   979 
   979 
   980         -- has the player started his tumbling spree?
   980         -- has the player started?
   981         if (CurrentHedgehog ~= nil) then
   981         if (CurrentHedgehog ~= nil) then
   982 
   982 
   983                 --airstrike conversion used to be here
   983                 --airstrike conversion used to be here
   984 
   984 
   985                 -- if the RACE has started, show tracktimes and keep tabs on waypoints
   985                 -- if the RACE has started, show tracktimes and keep tabs on waypoints
  1008 
  1008 
  1009                         end
  1009                         end
  1010 
  1010 
  1011                 end
  1011                 end
  1012 
  1012 
  1013                 -- if the player has expended his tunbling time, stop him tumbling
  1013                 -- if the player has expended their time, stop
  1014                 if TurnTimeLeft <= 20 and not turnSkipped then
  1014                 if TurnTimeLeft <= 20 and not turnSkipped then
  1015                         DisableTumbler()
  1015                         DisableTumbler()
  1016                 end
  1016                 end
  1017 
  1017 
  1018         end
  1018         end