share/hedgewars/Data/Missions/Training/User_Mission_-_Spooky_Tree.lua
changeset 4674 6c9d96d06800
parent 4662 63aafc9c2a81
child 5325 261b79ba22b1
equal deleted inserted replaced
4673:81bf6a31f41a 4674:6c9d96d06800
    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"), -amBee, 0);
    82 	ShowMission(loc("Spooky Tree"), loc("by mikade"), 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