share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death01.lua
changeset 13583 141cdfe0f3ca
parent 13474 7a63e0a2d2ca
child 14401 6c21bd8547dd
equal deleted inserted replaced
13582:517b26009073 13583:141cdfe0f3ca
    77 thug6.health = 80
    77 thug6.health = 80
    78 thug7.x = 2990
    78 thug7.x = 2990
    79 thug7.y = 1960
    79 thug7.y = 1960
    80 thug7.health = 80
    80 thug7.health = 80
    81 teamA.name = loc("Hog Solo")
    81 teamA.name = loc("Hog Solo")
    82 teamA.color = 0x38D61C -- green
    82 teamA.color = -6
    83 teamB.name = loc("PAotH")
    83 teamB.name = loc("PAotH")
    84 teamB.color = teamA.color
    84 teamB.color = teamA.color
    85 teamC.name = loc("Professor")
    85 teamC.name = loc("Professor")
    86 teamC.color = 0x0072FF -- blue
    86 teamC.color = -2
    87 
    87 
    88 -------------- LuaAPI EVENT HANDLERS ------------------
    88 -------------- LuaAPI EVENT HANDLERS ------------------
    89 
    89 
    90 function onGameInit()
    90 function onGameInit()
    91 	Seed = 1
    91 	Seed = 1