share/hedgewars/Data/Missions/Scenario/User_Mission_-_Diver.lua
changeset 12226 3ec0261e01f0
parent 12224 d62d6f8ebef1
child 12354 5e4ac10a03ce
equal deleted inserted replaced
12225:93079fecbc77 12226:3ec0261e01f0
    45 	SpawnAmmoCrate(950,851,amBlowTorch)
    45 	SpawnAmmoCrate(950,851,amBlowTorch)
    46 	SpawnAmmoCrate(1032,853,amParachute)
    46 	SpawnAmmoCrate(1032,853,amParachute)
    47 
    47 
    48 	AddGear(579, 296, gtMine, 0, 0, 0, 0)
    48 	AddGear(579, 296, gtMine, 0, 0, 0, 0)
    49 
    49 
    50 	ShowMission(loc("Operation Diver"), loc("Scenario"), loc("Eliminate the enemy before the time runs out.") .. loc("|- Mines Time:") .. " " .. 1 .. " " .. loc("sec"), -amFirePunch, 0);
    50 	ShowMission(loc("Operation Diver"), loc("Scenario"), loc("Eliminate the enemy before the time runs out.") .. "|" .. loc("Mines time: 1 second"), -amFirePunch, 0);
    51 	--SetTag(AddGear(0, 0, gtATSmoothWindCh, 0, 0, 0, 1), -70)
    51 	--SetTag(AddGear(0, 0, gtATSmoothWindCh, 0, 0, 0, 1), -70)
    52 
    52 
    53 	SetWind(-100)
    53 	SetWind(-100)
    54 
    54 
    55 end
    55 end