share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua
changeset 12049 030464f34d47
parent 11968 1de4d6b35748
child 12224 d62d6f8ebef1
equal deleted inserted replaced
12048:475a1289f940 12049:030464f34d47
    93 	Map = "Ropes"
    93 	Map = "Ropes"
    94 	-- The theme to be used
    94 	-- The theme to be used
    95 	Theme = "Golf"
    95 	Theme = "Golf"
    96 
    96 
    97 	-- Create the player team
    97 	-- Create the player team
    98 	AddTeam(loc("Sniperz"), 14483456, "Simple", "Island", "Default")
    98 	AddTeam(loc("Sniperz"), 14483456, "Simple", "Island", "Default", "cm_crosshair")
    99 	-- And add a hog to it
    99 	-- And add a hog to it
   100 	player = AddHog(loc("Hunter"), 0, 1, "Sniper")
   100 	player = AddHog(loc("Hunter"), 0, 1, "Sniper")
   101 	SetGearPosition(player, 602, 1465)
   101 	SetGearPosition(player, 602, 1465)
   102 end
   102 end
   103 
   103