# HG changeset patch # User Wuzzy # Date 1460515877 -7200 # Node ID ce9e0f8e43f4b9228f7bc344c25722e624eae434 # Parent 0e943402b94f7b8b63397e69bfa83b6713da8a9f CTF: Play sound when capturing flag 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)