share/hedgewars/Data/Maps/CTF_Blizzard/map.lua
changeset 5325 261b79ba22b1
parent 4953 ebd3dae634ca
child 5328 81a6f6f29b16
--- a/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua	Sun Jun 26 16:34:31 2011 -0400
+++ b/share/hedgewars/Data/Maps/CTF_Blizzard/map.lua	Sun Jun 26 19:42:44 2011 -0400
@@ -285,7 +285,7 @@
 				fNeedsRespawn[bbq] = true
 				fCaptures[wtf] = fCaptures[wtf] +1					--fCaptures[wtf]
 
-				--ShowMission(loc("You have SCORED!!"), "Red Team: " .. fCaptures[0], "Blue Team: " .. fCaptures[1], -amBazooka, 0)
+				--ShowMission(LOC_NOT("You have SCORED!!"), "Red Team: " .. fCaptures[0], "Blue Team: " .. fCaptures[1], -amBazooka, 0)
 				ShowMission(loc("You have SCORED!!"), GetHogTeamName(CurrentHedgehog) .. ": " .. fCaptures[wtf], loc("Opposing Team: ") .. fCaptures[bbq], 0, 0)
 
 				PlaySound(sndVictory)
@@ -575,7 +575,6 @@
 
 function onGameStart()
 
-	--ShowMission(loc(caption), loc(subcaption), loc(goal), 0, 0)
 	ShowMission(loc("CTF_BLIZZARD"), "", loc(" - Return the enemy flag to your base to score | - First team to 3 captures wins | - You may only score when your flag is in your base | - Hogs will drop the flag if killed, or drowned | - Dropped flags may be returned or recaptured | - Hogs respawn when killed"), 0, 0)