share/hedgewars/Data/Missions/Scenario/User_Mission_-_Spooky_Tree.lua
changeset 12077 ce3860c82c8b
parent 12049 030464f34d47
child 12078 99bfd35b3924
equal deleted inserted replaced
12076:543bc82e1e28 12077:ce3860c82c8b
    78 	SpawnAmmoCrate(745,418,amShotgun) --shotgun1
    78 	SpawnAmmoCrate(745,418,amShotgun) --shotgun1
    79 	SpawnAmmoCrate(833,432,amFirePunch) --fire punch
    79 	SpawnAmmoCrate(833,432,amFirePunch) --fire punch
    80 	GirderCrate = SpawnAmmoCrate(1789,514,amShotgun) -- final shotgun
    80 	GirderCrate = SpawnAmmoCrate(1789,514,amShotgun) -- final shotgun
    81 	SpawnAmmoCrate(1181,419,amBee)
    81 	SpawnAmmoCrate(1181,419,amBee)
    82 
    82 
    83 	ShowMission(loc("Spooky Tree"), "", loc("Eliminate all enemies") .. loc("|- Mines Time:") .. " " .. 0 .. " " .. loc("sec"), -amBee, 0)
    83 	ShowMission(loc("Spooky Tree"), loc("Scenario"), loc("Eliminate all enemies") .. loc("|- Mines Time:") .. " " .. 0 .. " " .. loc("sec"), -amBee, 0)
    84 
    84 
    85 	SetWind(-75)
    85 	SetWind(-75)
    86 
    86 
    87 end
    87 end
    88 
    88