diff -r 0e943402b94f -r ce9e0f8e43f4 share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua --- 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)