share/hedgewars/Data/Scripts/Multiplayer/Highlander.lua
changeset 7139 a47fd17ba463
parent 6820 7db9e89b3f80
child 7791 b937274608ba
equal deleted inserted replaced
7137:5587ab553f32 7139:a47fd17ba463
   178 function onNewTurn()
   178 function onNewTurn()
   179 --
   179 --
   180 end
   180 end
   181 
   181 
   182 
   182 
   183 function onGameTick()
   183 function onGameTick20()
   184 
   184 
   185 	if (CurrentHedgehog ~= nil) then
   185 	if (CurrentHedgehog ~= nil) then
   186 
   186 
   187 		currName = GetHogName(CurrentHedgehog)
   187 		currName = GetHogName(CurrentHedgehog)
   188 
   188