share/hedgewars/Data/Missions/Training/Basic_Training_-_Flying_Saucer.lua
changeset 13750 110d6c1e817f
parent 13740 2bb7141496a9
child 13763 29abd3d5f9bb
equal deleted inserted replaced
13749:0e8db74ec585 13750:110d6c1e817f
   363 end
   363 end
   364 
   364 
   365 function onGameInit()
   365 function onGameInit()
   366 	Seed = 1
   366 	Seed = 1
   367 	GameFlags = gfInfAttack + gfOneClanMode + gfSolidLand + gfDisableWind
   367 	GameFlags = gfInfAttack + gfOneClanMode + gfSolidLand + gfDisableWind
   368 	TurnTime = cMaxTurnTime --[[ This effectively hides the turn time; a turn time above 1000s is not displayed.
   368 	TurnTime = MAX_TURN_TIME --[[ This effectively hides the turn time; a turn time above 1000s is not displayed.
   369 			   	     We will also ensure this timer always stays above 999s later ]]
   369 			   	     We will also ensure this timer always stays above 999s later ]]
   370 	CaseFreq = 0
   370 	CaseFreq = 0
   371 	MinesNum = 0
   371 	MinesNum = 0
   372 	Explosives = 0
   372 	Explosives = 0
   373 	Map = "Eyes"
   373 	Map = "Eyes"