share/hedgewars/Data/Missions/Scenario/User_Mission_-_Dangerous_Ducklings.lua
changeset 12077 ce3860c82c8b
parent 12049 030464f34d47
child 12078 99bfd35b3924
equal deleted inserted replaced
12076:543bc82e1e28 12077:ce3860c82c8b
    51 	SpawnAmmoCrate(475,476,amRope)
    51 	SpawnAmmoCrate(475,476,amRope)
    52 	SpawnAmmoCrate(1729,476,amFirePunch)
    52 	SpawnAmmoCrate(1729,476,amFirePunch)
    53 
    53 
    54 	FollowGear(player)
    54 	FollowGear(player)
    55 
    55 
    56 	ShowMission(loc("Dangerous Ducklings"), "", loc("Eliminate the Blue Team"), -amRope, 5000);
    56 	ShowMission(loc("Dangerous Ducklings"), loc("Scenario"), loc("Eliminate the Blue Team"), -amRope, 5000);
    57 
    57 
    58 end
    58 end
    59 
    59 
    60 
    60 
    61 function onGameTick()
    61 function onGameTick()