--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua Mon Oct 29 18:17:36 2012 +0100
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.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
-- This function is called before the game loads its
@@ -84,7 +84,7 @@
AddTeam(loc("'Zooka Team"), 14483456, "Simple", "Island", "Default")
-- And add a hog to it
player = AddHog(loc("Hunter"), 0, 1, "NoHat")
- SetGearPosition(player, 1960, 1160)
+ SetGearPosition(player, 936, 136)
end
-- This function is called when the round starts