share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua
changeset 13170 98a0edb4bb5a
parent 13129 9a328734e469
child 13277 c15af5a5f458
equal deleted inserted replaced
13169:6869d27a2f3f 13170:98a0edb4bb5a
  3787 	-- regardless of our other ammo, give stuff that is useful for editing
  3787 	-- regardless of our other ammo, give stuff that is useful for editing
  3788 	SetEditingWeps(100)
  3788 	SetEditingWeps(100)
  3789 	if GetHogLevel(CurrentHedgehog) == 0 then
  3789 	if GetHogLevel(CurrentHedgehog) == 0 then
  3790 		TurnTimeLeft = -1	-- is that turntime in your pocket? :D
  3790 		TurnTimeLeft = -1	-- is that turntime in your pocket? :D
  3791 	else
  3791 	else
  3792 		ParseCommand("skip") -- skip the computer's turn
  3792 		SkipTurn() -- skip the computer's turn
  3793 	end
  3793 	end
  3794 
  3794 
  3795 end
  3795 end
  3796 
  3796 
  3797 function onGameTick()
  3797 function onGameTick()