share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua
changeset 11907 ce9e0f8e43f4
parent 11906 0e943402b94f
child 12079 8f222872d432
--- a/share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua	Wed Apr 13 04:48:26 2016 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua	Wed Apr 13 04:51:17 2016 +0200
@@ -185,7 +185,7 @@
 		fCaptures[wtf] = fCaptures[wtf] +1
 		AddCaption(string.format(loc("%s has scored!"), GetHogName(CurrentHedgehog)))
 		showMissionAndScorebar()
-		PlaySound(sndVictory)
+		PlaySound(sndHomerun)
 		fThief[bbq] = nil -- player no longer has the enemy flag
 		CheckScore(wtf)