share/hedgewars/Data/Missions/Training/Basic_Training_-_Movement.lua
changeset 13583 141cdfe0f3ca
parent 13462 4c47a480009b
child 13630 fe7d2bbf5f3f
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
   111 
   111 
   112 	-- DRAW MAP --
   112 	-- DRAW MAP --
   113 	drawMap()
   113 	drawMap()
   114 
   114 
   115 	------ HOG LIST ------
   115 	------ HOG LIST ------
   116 	AddTeam(loc("Training Team"), 0xFF0204, "deadhog", "SteelTower", "Default", "hedgewars")
   116 	AddTeam(loc("Training Team"), -1, "deadhog", "SteelTower", "Default", "hedgewars")
   117 	
   117 	
   118 	hhs[1] = AddHog(loc("Greenhorn"), 0, 100, "NoHat")
   118 	hhs[1] = AddHog(loc("Greenhorn"), 0, 100, "NoHat")
   119 	SetGearPosition(hhs[1], 404, 1714)
   119 	SetGearPosition(hhs[1], 404, 1714)
   120 	SetEffect(hhs[1], heResurrectable, 1)
   120 	SetEffect(hhs[1], heResurrectable, 1)
   121 
   121