share/hedgewars/Data/Missions/Training/Basic_Training_-_Bazooka.lua
changeset 13583 141cdfe0f3ca
parent 13503 c5d7376fa58a
child 13630 fe7d2bbf5f3f
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    45 	WaterRise = 0
    45 	WaterRise = 0
    46 	HealthDecrease = 0
    46 	HealthDecrease = 0
    47 
    47 
    48 	------ TEAM LIST ------
    48 	------ TEAM LIST ------
    49 
    49 
    50 	AddTeam(loc("Bazooka Team"), 0xFF0204, "Flower", "Earth", "Default", "hedgewars")
    50 	AddTeam(loc("Bazooka Team"), -1, "Flower", "Earth", "Default", "hedgewars")
    51 	hog = AddHog(loc("Greenhorn"), 0, 100, "NoHat")
    51 	hog = AddHog(loc("Greenhorn"), 0, 100, "NoHat")
    52 	SetGearPosition(hog, 1485, 2001)
    52 	SetGearPosition(hog, 1485, 2001)
    53 	SetEffect(hog, heResurrectable, 1)
    53 	SetEffect(hog, heResurrectable, 1)
    54 
    54 
    55 	SendHealthStatsOff()
    55 	SendHealthStatsOff()