share/hedgewars/Data/Missions/Scenario/Big_Armory.lua
changeset 13057 8b44518d1002
parent 13056 b1a230d21a48
child 13600 75c322ac6670
equal deleted inserted replaced
13056:b1a230d21a48 13057:8b44518d1002
    10 	end
    10 	end
    11 end
    11 end
    12 
    12 
    13 SimpleMission({
    13 SimpleMission({
    14 	missionTitle = loc("Big Armory"),
    14 	missionTitle = loc("Big Armory"),
       
    15 	missionIcon = -amBazooka,
    15 	wind = 15,
    16 	wind = 15,
    16 	initVars = {
    17 	initVars = {
    17 		TurnTime = 45000,
    18 		TurnTime = 45000,
    18 		Seed = "{7e34a56b-ee7b-4fe1-8f30-352a998f3f6a}",
    19 		Seed = "{7e34a56b-ee7b-4fe1-8f30-352a998f3f6a}",
    19 		GameFlags = gfDisableWind + gfDisableLandObjects,
    20 		GameFlags = gfDisableWind + gfDisableLandObjects,