share/hedgewars/Data/Missions/Training/Basic_Training_-_Flying_Saucer.lua
changeset 13664 85506d95977d
parent 13643 690cc84e9fd6
child 13740 2bb7141496a9
equal deleted inserted replaced
13663:91d48cbae927 13664:85506d95977d
   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 = 2000000 --[[ This rffectively hides the turn time; a turn time above 1000s is not displayed.
   368 	TurnTime = cMaxTurnTime --[[ 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"
   374 	Theme = "EarthRise"
   374 	Theme = "EarthRise"