share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua
changeset 14480 208359558642
parent 14464 ead8928a59f8
child 14492 6c62f7ebea45
equal deleted inserted replaced
14479:4e5280a9e782 14480:208359558642
    94 	CaseFreq = 0
    94 	CaseFreq = 0
    95 	MinesTime = 0
    95 	MinesTime = 0
    96 	WaterRise = 0
    96 	WaterRise = 0
    97 	HealthDecrease = 0
    97 	HealthDecrease = 0
    98 
    98 
    99 	AddTeam(teamName, -1, "Plinko", "Snail", "Default", "cm_yinyang")
    99 	AddMissionTeam(-1)
   100 	hog = AddHog(loc("Roper"), 0, initHogHealth, "StrawHat")
   100 	hog = AddMissionHog(initHogHealth)
   101 	SetGearPosition(hog, cpX, cpY)
   101 	SetGearPosition(hog, cpX, cpY)
   102 	SetEffect(hog, heResurrectable, 1)
   102 	SetEffect(hog, heResurrectable, 1)
   103 
   103 
   104 	drawMap()
   104 	drawMap()
   105 
   105