equal
deleted
inserted
replaced
11 |
11 |
12 ----------------- VARIABLES -------------------- |
12 ----------------- VARIABLES -------------------- |
13 -- globals |
13 -- globals |
14 local missionName = loc("The big bang") |
14 local missionName = loc("The big bang") |
15 local challengeObjectives = loc("Find a way to detonate all the explosives and stay alive!").."|".. |
15 local challengeObjectives = loc("Find a way to detonate all the explosives and stay alive!").."|".. |
16 loc("Red areas are indestructible").."|".. |
16 loc("Red areas are indestructible.").."|".. |
17 loc("Green areas are portal-proof") |
17 loc("Green areas are portal-proof.").."|".. |
|
18 loc("Mines time: 0 seconds") |
18 local explosives = {} |
19 local explosives = {} |
19 local currentHealth = 1 |
20 local currentHealth = 1 |
20 local currentDamage = 0 |
21 local currentDamage = 0 |
21 -- hogs |
22 -- hogs |
22 local hero = { |
23 local hero = { |