share/hedgewars/Data/Missions/Challenge/User_Mission_-_Rope_Knock_Challenge.lua
changeset 14590 c5f18710a184
parent 14578 50f511588635
child 14648 be8af70adf2c
--- a/share/hedgewars/Data/Missions/Challenge/User_Mission_-_Rope_Knock_Challenge.lua	Mon Jan 14 19:26:24 2019 +0100
+++ b/share/hedgewars/Data/Missions/Challenge/User_Mission_-_Rope_Knock_Challenge.lua	Mon Jan 14 21:19:57 2019 +0100
@@ -92,13 +92,11 @@
 	valkyriesTimer = -1
 	missionWon = false
 	ProtectEnemies()
-	ShowMission(loc("Rope-knocking Challenge"), loc("Challenge over!"), loc("Oh no! Just try again!"), -amSkip, 0)
 	SendStat(siGameResult, loc("Challenge over!"))
 	local score = GetKillScore()
 	SendStat(siCustomAchievement, string.format(loc("You have killed %d of 16 hedgehogs (+%d points)."), hogsKilled, score))
 	SendStat(siPointType, "!POINTS")
 	SendStat(siPlayerKills, tostring(score), playerTeamName)
-	PlaySound(sndHellish)
 
 	-- Update highscore
 	updateChallengeRecord("Highscore", score)
@@ -253,8 +251,6 @@
 			if missionWon == true then
 				SaveMissionVar("Won", "true")
 				AddCaption(loc("Victory!"), capcolDefault, capgrpGameState)
-			else
-				AddCaption(loc("Challenge over!"), capcolDefault, capgrpGameState)
 			end
 			missionEndHandled = true
 		end