diff -r ce5f1b547a67 -r 6e1aa1144a2b share/hedgewars/Data/Missions/Training/User_Mission_-_Nobody_Laugh.lua --- a/share/hedgewars/Data/Missions/Training/User_Mission_-_Nobody_Laugh.lua Fri Oct 30 23:06:25 2015 +0100 +++ b/share/hedgewars/Data/Missions/Training/User_Mission_-_Nobody_Laugh.lua Sat Oct 31 04:03:17 2015 +0100 @@ -27,21 +27,21 @@ SetGearPosition(hhs[2], 1332, 451) AddTeam(loc("Clowns"), 1175851, "Duck2", "Tank", "Mobster", "cm_spider") - hhs[3] = AddHog("Poison", 5, 100, "WhySoSerious") + hhs[3] = AddHog(loc("Poison"), 5, 100, "WhySoSerious") SetGearPosition(hhs[3], 1133, 446) - hhs[4] = AddHog("Bobo", 5, 100, "clown") + hhs[4] = AddHog(loc("Bobo"), 5, 100, "clown") SetGearPosition(hhs[4], 1215, 553) - hhs[5] = AddHog("Copper", 5, 10, "clown-copper") + hhs[5] = AddHog(loc("Copper"), 5, 10, "clown-copper") SetGearPosition(hhs[5], 414, 376) - hhs[6] = AddHog("Derp", 5, 100, "clown-crossed") + hhs[6] = AddHog(loc("Derp"), 5, 100, "clown-crossed") SetGearPosition(hhs[6], 1590, 886) - hhs[7] = AddHog("Eckles", 5, 100, "clown-copper") + hhs[7] = AddHog(loc("Eckles"), 5, 100, "clown-copper") SetGearPosition(hhs[7], 772, 754) - hhs[8] = AddHog("Frank", 5, 50, "clown-copper") + hhs[8] = AddHog(loc("Frank"), 5, 50, "clown-copper") SetGearPosition(hhs[8], 1688, 714) - hhs[9] = AddHog("Harry", 5, 50, "clown-copper") + hhs[9] = AddHog(loc("Harry"), 5, 50, "clown-copper") SetGearPosition(hhs[9], 1932, 837) - hhs[10] = AddHog("Igmund", 5, 50, "WhySoSerious") + hhs[10] = AddHog(loc("Igmund"), 5, 50, "WhySoSerious") SetGearPosition(hhs[10], 1601, 733) end