share/hedgewars/Data/Missions/Training/User_Mission_-_Diver.lua
changeset 4674 6c9d96d06800
parent 4662 63aafc9c2a81
child 4770 375d819fca93
equal deleted inserted replaced
4673:81bf6a31f41a 4674:6c9d96d06800
    41 	SpawnAmmoCrate(1974,1875,amBlowTorch)
    41 	SpawnAmmoCrate(1974,1875,amBlowTorch)
    42 	SpawnAmmoCrate(2056,1877,amParachute)
    42 	SpawnAmmoCrate(2056,1877,amParachute)
    43 
    43 
    44 	AddGear(1603, 1320, gtMine, 0, 0, 0, 0)
    44 	AddGear(1603, 1320, gtMine, 0, 0, 0, 0)
    45 
    45 
    46 	ShowMission(loc("Operation Diver"), loc("by mikade"), loc("Eliminate Poison before the time runs out"), -amFirePunch, 0);
    46 	ShowMission(loc("Operation Diver"), loc("by mikade"), loc("Eliminate Poison before the time runs out") .. loc("|- Mines Time:") .. " " .. 1 .. " " .. loc("sec"), -amFirePunch, 0);
    47 	--SetTag(AddGear(0, 0, gtATSmoothWindCh, 0, 0, 0, 1), -70)
    47 	--SetTag(AddGear(0, 0, gtATSmoothWindCh, 0, 0, 0, 1), -70)
    48 
    48 
    49 	SetWind(-100)
    49 	SetWind(-100)
    50 
    50 
    51 end
    51 end