diff -r 7fa70d381c75 -r 86b82816b222 share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua --- a/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua Thu Sep 12 03:19:31 2013 +0300 +++ b/share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon02.lua Thu Sep 12 03:49:53 2013 +0300 @@ -9,7 +9,7 @@ ----------------- VARIABLES -------------------- -- globals -local missionName = loc("Chasing ghosts in moon") +local missionName = loc("Chasing the blue hog") local challengeObjectives = loc("Use your available weapons in order to catch the other hog").."|".. loc("You have to stand very close to him") local currentPosition = 1 @@ -66,7 +66,7 @@ AnimSetGearPosition(hero.gear, hero.x, hero.y) -- Crazy Runner AddTeam(teamB.name, teamB.color, "Bone", "Island", "HillBilly", "cm_birdy") - runner.gear = AddHog(runner.name, 0, 100, "war_desertgrenadier1") + runner.gear = AddHog(runner.name, 0, 100, "sth_Sonic") AnimSetGearPosition(runner.gear, runner.places[1].x, runner.places[1].y) HogTurnLeft(runner.gear, true)