share/hedgewars/Data/Missions/Scenario/User_Mission_-_Diver.lua
changeset 12077 ce3860c82c8b
parent 12049 030464f34d47
child 12078 99bfd35b3924
equal deleted inserted replaced
12076:543bc82e1e28 12077:ce3860c82c8b
    42 	SpawnAmmoCrate(950,851,amBlowTorch)
    42 	SpawnAmmoCrate(950,851,amBlowTorch)
    43 	SpawnAmmoCrate(1032,853,amParachute)
    43 	SpawnAmmoCrate(1032,853,amParachute)
    44 
    44 
    45 	AddGear(579, 296, gtMine, 0, 0, 0, 0)
    45 	AddGear(579, 296, gtMine, 0, 0, 0, 0)
    46 
    46 
    47 	ShowMission(loc("Operation Diver"), "", loc("Eliminate Poison before the time runs out") .. loc("|- Mines Time:") .. " " .. 1 .. " " .. loc("sec"), -amFirePunch, 0);
    47 	ShowMission(loc("Operation Diver"), loc("Scenario"), loc("Eliminate Poison before the time runs out") .. loc("|- Mines Time:") .. " " .. 1 .. " " .. loc("sec"), -amFirePunch, 0);
    48 	--SetTag(AddGear(0, 0, gtATSmoothWindCh, 0, 0, 0, 1), -70)
    48 	--SetTag(AddGear(0, 0, gtATSmoothWindCh, 0, 0, 0, 1), -70)
    49 
    49 
    50 	SetWind(-100)
    50 	SetWind(-100)
    51 
    51 
    52 end
    52 end