equal
deleted
inserted
replaced
18 local goals = { |
18 local goals = { |
19 [dialog01] = {missionName, loc("Getting ready"), loc("Use the rope and get asap to the surface!"), 1, 4500}, |
19 [dialog01] = {missionName, loc("Getting ready"), loc("Use the rope and get asap to the surface!"), 1, 4500}, |
20 } |
20 } |
21 -- hogs |
21 -- hogs |
22 local hero = {} |
22 local hero = {} |
23 local ally = {} |
|
24 -- teams |
23 -- teams |
25 local teamA = {} |
24 local teamA = {} |
26 -- hedgehogs values |
25 -- hedgehogs values |
27 hero.name = "Hog Solo" |
26 hero.name = "Hog Solo" |
28 hero.x = 1600 |
27 hero.x = 1600 |