share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death01.lua
changeset 12515 2df340544f25
parent 12514 d89dabfd07ce
child 12534 34a91e2b927e
equal deleted inserted replaced
12514:d89dabfd07ce 12515:2df340544f25
    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 = tonumber("38D61C",16) -- green
    82 teamA.color = tonumber("38D61C",16) -- green
    83 teamB.name = loc("PAotH")
    83 teamB.name = loc("PAotH")
    84 teamB.color = tonumber("0033FF",16) -- blue because otherwise enemies attack them
    84 teamB.color = tonumber("0072FF",16) -- blue because otherwise enemies attack them
    85 teamC.name = loc("Professor")
    85 teamC.name = loc("Professor")
    86 teamC.color = tonumber("0033FF",16) -- blue
    86 teamC.color = tonumber("0072FF",16) -- blue
    87 
    87 
    88 -------------- LuaAPI EVENT HANDLERS ------------------
    88 -------------- LuaAPI EVENT HANDLERS ------------------
    89 
    89 
    90 function onGameInit()
    90 function onGameInit()
    91 	Seed = 1
    91 	Seed = 1