share/hedgewars/Data/Missions/Scenario/User_Mission_-_Diver.lua
changeset 12933 e65aa3c3d4e6
parent 12586 7510fe66bfbb
child 13583 141cdfe0f3ca
equal deleted inserted replaced
12932:e0da398805b6 12933:e65aa3c3d4e6
    40 
    40 
    41 
    41 
    42 function onGameStart()
    42 function onGameStart()
    43 
    43 
    44 
    44 
    45 	SpawnUtilityCrate(426,886,amJetpack)
    45 	SpawnSupplyCrate(426,886,amJetpack)
    46 	SpawnAmmoCrate(1544,690,amFirePunch)
    46 	SpawnSupplyCrate(1544,690,amFirePunch)
    47 	SpawnAmmoCrate(950,851,amBlowTorch)
    47 	SpawnSupplyCrate(950,851,amBlowTorch)
    48 	SpawnUtilityCrate(1032,853,amParachute)
    48 	SpawnSupplyCrate(1032,853,amParachute)
    49 
    49 
    50 	AddGear(579, 296, gtMine, 0, 0, 0, 0)
    50 	AddGear(579, 296, gtMine, 0, 0, 0, 0)
    51 
    51 
    52 	ShowMission(loc("Diver"), loc("Scenario"),
    52 	ShowMission(loc("Diver"), loc("Scenario"),
    53 		loc("Eliminate the enemy before the time runs out.") .. "|" .. 
    53 		loc("Eliminate the enemy before the time runs out.") .. "|" ..