share/hedgewars/Data/Maps/CTF_Blizzard/map.lua
changeset 15088 d59da429d22c
parent 14999 fe8b4f2da9aa
equal deleted inserted replaced
15087:d75ce53d811e 15088:d59da429d22c
   576 		string.format(loc("- First clan to score %d captures wins"), 3) .. "|"..
   576 		string.format(loc("- First clan to score %d captures wins"), 3) .. "|"..
   577 		loc("- You may only score when your flag is in your base") .."|"..
   577 		loc("- You may only score when your flag is in your base") .."|"..
   578 		loc("- Hogs will drop the flag when killed") .."|"..
   578 		loc("- Hogs will drop the flag when killed") .."|"..
   579 		loc("- Dropped flags may be returned or recaptured").."|"..
   579 		loc("- Dropped flags may be returned or recaptured").."|"..
   580 		loc("- Hogs will be revived") .."|"..
   580 		loc("- Hogs will be revived") .."|"..
   581 		loc("- Touch the sparkles near your base to teleport"), 0, 0)
   581 		loc("- Touch the sparkles near your base to teleport"), 11, 0)
   582 
   582 
   583 	-- initialize teleporters
   583 	-- initialize teleporters
   584 	leftTel = CreateZone(342,1316,42,449)	-- left teleporter (clan 0)
   584 	leftTel = CreateZone(342,1316,42,449)	-- left teleporter (clan 0)
   585 	rightTel = CreateZone(3719,1330,45,449)	-- right teleporter (clan 1)
   585 	rightTel = CreateZone(3719,1330,45,449)	-- right teleporter (clan 1)
   586 
   586