share/hedgewars/Data/Missions/Scenario/User_Mission_-_Dangerous_Ducklings.lua
changeset 12933 e65aa3c3d4e6
parent 12903 9e7c1d5eec73
child 13496 cbda0f842364
equal deleted inserted replaced
12932:e0da398805b6 12933:e65aa3c3d4e6
    47 end
    47 end
    48 
    48 
    49 
    49 
    50 function onGameStart()
    50 function onGameStart()
    51 
    51 
    52 	SpawnAmmoCrate(475,476,amRope)
    52 	SpawnSupplyCrate(475,476,amRope)
    53 	SpawnAmmoCrate(1729,476,amFirePunch)
    53 	SpawnSupplyCrate(1729,476,amFirePunch)
    54 
    54 
    55 	FollowGear(player)
    55 	FollowGear(player)
    56 
    56 
    57 	ShowMission(loc("Dangerous Ducklings"), loc("Scenario"), loc("Eliminate the Blue Team before the time runs out."), -amRope, 5000);
    57 	ShowMission(loc("Dangerous Ducklings"), loc("Scenario"), loc("Eliminate the Blue Team before the time runs out."), -amRope, 5000);
    58 
    58