share/hedgewars/Data/Missions/Training/User_Mission_-_Spooky_Tree.lua
changeset 5325 261b79ba22b1
parent 4674 6c9d96d06800
child 5823 f906f6645e02
equal deleted inserted replaced
5322:1bcc12a30d5d 5325:261b79ba22b1
    77 	SpawnAmmoCrate(1769,1442,amShotgun) --shotgun1
    77 	SpawnAmmoCrate(1769,1442,amShotgun) --shotgun1
    78 	SpawnAmmoCrate(1857,1456,amFirePunch) --fire punch
    78 	SpawnAmmoCrate(1857,1456,amFirePunch) --fire punch
    79 	GirderCrate = SpawnAmmoCrate(2813,1538,amShotgun) -- final shotgun
    79 	GirderCrate = SpawnAmmoCrate(2813,1538,amShotgun) -- final shotgun
    80 	SpawnAmmoCrate(2205,1443,amBee)
    80 	SpawnAmmoCrate(2205,1443,amBee)
    81 
    81 
    82 	ShowMission(loc("Spooky Tree"), loc("by mikade"), loc("Eliminate all enemies") .. loc("|- Mines Time:") .. " " .. 0 .. " " .. loc("sec"), -amBee, 0)
    82 	ShowMission(loc("Spooky Tree"), "", loc("Eliminate all enemies") .. loc("|- Mines Time:") .. " " .. 0 .. " " .. loc("sec"), -amBee, 0)
    83 
    83 
    84 	SetWind(-75)
    84 	SetWind(-75)
    85 
    85 
    86 end
    86 end
    87 
    87