diff -r a366fbe91b58 -r b3fb94986255 share/hedgewars/Data/Missions/Training/Basic_Training_-_Shotgun.lua --- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Shotgun.lua Mon Oct 29 18:17:36 2012 +0100 +++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Shotgun.lua Mon Oct 29 14:22:29 2012 -0400 @@ -46,7 +46,7 @@ -- move the target to a higher vertical position -- to ensure it's not somewhere down below x, y = GetGearPosition(gear) - SetGearPosition(gear, x, 500) + SetGearPosition(gear, x, 0) end function onNewTurn() @@ -88,7 +88,7 @@ AddTeam(loc("Shotgun Team"), 14483456, "Simple", "Island", "Default") -- And add a hog to it player = AddHog(loc("Hunter"), 0, 1, "NoHat") - SetGearPosition(player, 2334, 1254) + SetGearPosition(player, 1210, 230) end -- This function is called when the round starts