share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/death01.lua
changeset 12571 903a30fb49e6
parent 12538 952afc3d2df2
child 12586 7510fe66bfbb
equal deleted inserted replaced
12570:0fb15ad40595 12571:903a30fb49e6
    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 = tonumber("38D61C",16) -- green
    82 teamA.color = 0x38D61C -- green
    83 teamB.name = loc("PAotH")
    83 teamB.name = loc("PAotH")
    84 teamB.color = tonumber("0072FF",16) -- blue because otherwise enemies attack them
    84 -- FIXME: PAotH should share color with Hog Solo
       
    85 teamB.color = 0x0072FF -- blue because otherwise enemies attack them
    85 teamC.name = loc("Professor")
    86 teamC.name = loc("Professor")
    86 teamC.color = tonumber("0072FF",16) -- blue
    87 teamC.color = 0x0072FF -- blue
    87 
    88 
    88 -------------- LuaAPI EVENT HANDLERS ------------------
    89 -------------- LuaAPI EVENT HANDLERS ------------------
    89 
    90 
    90 function onGameInit()
    91 function onGameInit()
    91 	Seed = 1
    92 	Seed = 1