share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua
changeset 13583 141cdfe0f3ca
parent 13503 c5d7376fa58a
child 13630 fe7d2bbf5f3f
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    37 	WaterRise = 0
    37 	WaterRise = 0
    38 	HealthDecrease = 0
    38 	HealthDecrease = 0
    39 
    39 
    40 	------ TEAM LIST ------
    40 	------ TEAM LIST ------
    41 
    41 
    42 	AddTeam(loc("Grenade Team"), 0xFF0204, "Flower", "Earth", "Default", "cm_grenade")
    42 	AddTeam(loc("Grenade Team"), -1, "Flower", "Earth", "Default", "cm_grenade")
    43 	hog = AddHog(loc("Greenhorn"), 0, 1, "NoHat")
    43 	hog = AddHog(loc("Greenhorn"), 0, 1, "NoHat")
    44 	SetGearPosition(hog, 570, 157)
    44 	SetGearPosition(hog, 570, 157)
    45 	SetEffect(hog, heResurrectable, 1)
    45 	SetEffect(hog, heResurrectable, 1)
    46 
    46 
    47 	SendHealthStatsOff()
    47 	SendHealthStatsOff()