share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua
changeset 15067 d59da429d22c
parent 14989 5188ecbf726f
child 15129 a41b8b154f74
equal deleted inserted replaced
15066:d75ce53d811e 15067:d59da429d22c
   501 		loc("- You may only score when your flag is in your base") .."|"..
   501 		loc("- You may only score when your flag is in your base") .."|"..
   502 		loc("- Hogs will drop the flag when killed") .."|"..
   502 		loc("- Hogs will drop the flag when killed") .."|"..
   503 		loc("- Dropped flags may be returned or recaptured").."|"..
   503 		loc("- Dropped flags may be returned or recaptured").."|"..
   504 		loc("- Hogs will be revived")
   504 		loc("- Hogs will be revived")
   505 
   505 
   506 	ShowMission(loc("Capture The Flag"), loc("A Hedgewars minigame"), rules, 0, 0)
   506 	ShowMission(loc("Capture The Flag"), loc("A Hedgewars minigame"), rules, 11, 0)
   507 end
   507 end
   508 
   508 
   509 function updateScores()
   509 function updateScores()
   510 	for i=0, TeamsCount-1 do
   510 	for i=0, TeamsCount-1 do
   511 		local team = GetTeamName(i)
   511 		local team = GetTeamName(i)