share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua
changeset 13583 141cdfe0f3ca
parent 13183 fde354aaf978
child 13630 fe7d2bbf5f3f
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
   116 	CaseFreq = 0
   116 	CaseFreq = 0
   117 	MinesTime = 0
   117 	MinesTime = 0
   118 	WaterRise = 0
   118 	WaterRise = 0
   119 	HealthDecrease = 0
   119 	HealthDecrease = 0
   120 
   120 
   121 	AddTeam(teamName, 0xFF0204, "Plinko", "Snail", "Default", "cm_yinyang")
   121 	AddTeam(teamName, -1, "Plinko", "Snail", "Default", "cm_yinyang")
   122 	hog = AddHog(loc("Roper"), 0, initHogHealth, "StrawHat")
   122 	hog = AddHog(loc("Roper"), 0, initHogHealth, "StrawHat")
   123 	SetGearPosition(hog, cpX, cpY)
   123 	SetGearPosition(hog, cpX, cpY)
   124 	SetEffect(hog, heResurrectable, 1)
   124 	SetEffect(hog, heResurrectable, 1)
   125 
   125 
   126 	drawMap()
   126 	drawMap()