share/hedgewars/Data/Missions/Challenge/Basic_Training_-_Sniper_Rifle.lua
changeset 13583 141cdfe0f3ca
parent 13099 071dcdf33f86
child 13643 690cc84e9fd6
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
   132 	-- Disable Sudden Death
   132 	-- Disable Sudden Death
   133 	WaterRise = 0
   133 	WaterRise = 0
   134 	HealthDecrease = 0
   134 	HealthDecrease = 0
   135 
   135 
   136 	-- Create the player team
   136 	-- Create the player team
   137 	AddTeam(playerTeamName, 0xFF0204, "Simple", "Island", "Default", "cm_crosshair")
   137 	AddTeam(playerTeamName, -1, "Simple", "Island", "Default", "cm_crosshair")
   138 	-- And add a hog to it
   138 	-- And add a hog to it
   139 	player = AddHog(loc("Hunter"), 0, 1, "Sniper")
   139 	player = AddHog(loc("Hunter"), 0, 1, "Sniper")
   140 	SetGearPosition(player, 602, 1465)
   140 	SetGearPosition(player, 602, 1465)
   141 end
   141 end
   142 
   142