share/hedgewars/Data/Missions/Training/User_Mission_-_Diver.lua
changeset 5325 261b79ba22b1
parent 4770 375d819fca93
child 5823 f906f6645e02
equal deleted inserted replaced
5322:1bcc12a30d5d 5325:261b79ba22b1
    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") .. loc("|- Mines Time:") .. " " .. 1 .. " " .. loc("sec"), -amFirePunch, 0);
    46 	ShowMission(loc("Operation Diver"), "", 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