share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua
changeset 12049 030464f34d47
parent 11242 1e55e4c5dda0
child 12224 d62d6f8ebef1
equal deleted inserted replaced
12048:475a1289f940 12049:030464f34d47
    89 	Map = "Bamboo"
    89 	Map = "Bamboo"
    90 	-- The theme to be used
    90 	-- The theme to be used
    91 	Theme = "Bamboo"
    91 	Theme = "Bamboo"
    92 
    92 
    93 	-- Create the player team
    93 	-- Create the player team
    94 	AddTeam(loc("'Zooka Team"), 14483456, "Simple", "Island", "Default")
    94 	AddTeam(loc("'Zooka Team"), 14483456, "Simple", "Island", "Default", "cm_crosshair")
    95 	-- And add a hog to it
    95 	-- And add a hog to it
    96 	player = AddHog(loc("Hunter"), 0, 1, "NoHat")
    96 	player = AddHog(loc("Hunter"), 0, 1, "NoHat")
    97 	SetGearPosition(player, 936, 136)
    97 	SetGearPosition(player, 936, 136)
    98 end
    98 end
    99 
    99