share/hedgewars/Data/Missions/Scenario/User_Mission_-_Dangerous_Ducklings.lua
changeset 12078 99bfd35b3924
parent 12077 ce3860c82c8b
child 12224 d62d6f8ebef1
equal deleted inserted replaced
12077:ce3860c82c8b 12078:99bfd35b3924
    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("Scenario"), loc("Eliminate the Blue Team"), -amRope, 5000);
    56 	ShowMission(loc("Dangerous Ducklings"), loc("Scenario"), loc("Eliminate the Blue Team before the time runs out."), -amRope, 5000);
    57 
    57 
    58 end
    58 end
    59 
    59 
    60 
    60 
    61 function onGameTick()
    61 function onGameTick()