diff -r 4e5280a9e782 -r 208359558642 share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua --- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua Wed Dec 19 20:34:07 2018 +0100 +++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua Wed Dec 19 20:56:10 2018 +0100 @@ -47,8 +47,8 @@ ------ TEAM LIST ------ - AddTeam(loc("Bazooka Team"), -1, "Flower", "Earth", "Default", "hedgewars") - hog = AddHog(loc("Greenhorn"), 0, 100, "NoHat") + AddMissionTeam(-1) + hog = AddMissionHog(100) SetGearPosition(hog, 1485, 2001) SetEffect(hog, heResurrectable, 1) @@ -228,7 +228,7 @@ end SendStat(siCustomAchievement, loc("Good job!")) SendStat(siGameResult, loc("You have completed the Basic Bazooka Training!")) - SendStat(siPlayerKills, "0", loc("Bazooka Team")) + SendStat(siPlayerKills, "0", GetHogTeamName(hog)) EndGame() gameOver = true end