share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua
changeset 14951 c173fae0a223
parent 14941 c645327d0a81
child 15068 6f51c75994a4
--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua	Wed May 15 03:00:14 2019 +0200
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua	Wed May 15 03:25:20 2019 +0200
@@ -105,6 +105,7 @@
 	drawMap()
 
 	SendHealthStatsOff()
+	SendRankingStatsOff()
 
 end
 
@@ -378,7 +379,6 @@
 			AddAmmo(hog, amRope, 0)
 			SendStat(siCustomAchievement, loc("Oh yeah! You sure know how to rope!"))
 			SendStat(siGameResult, loc("You have finished the Basic Rope Training!"))
-			SendStat(siPlayerKills, "0", teamName)
 			EndGame()
 			SetState(hog, gstWinner)
 			gameOver = true