equal
deleted
inserted
replaced
2 -- |
2 -- |
3 -- In this adventure hero visits the fruit planet |
3 -- In this adventure hero visits the fruit planet |
4 -- to search for the missing part. However, a war |
4 -- to search for the missing part. However, a war |
5 -- has broke out and hero has to take part or leave. |
5 -- has broke out and hero has to take part or leave. |
6 |
6 |
7 -- TODO: |
|
8 -- * remove unwanted delay after first dialog |
|
9 -- * check strings |
|
10 -- * rethink the difficulty level |
|
11 -- NOTES: |
7 -- NOTES: |
12 -- There is an ugly hack out there! I use 2 Captain Limes |
8 -- There is an ugly hack out there! I use 2 Captain Limes |
13 -- One in human level and one in bot level |
9 -- One in human level and one in bot level |
14 -- I want to have a Captain Lime in human level when the game |
10 -- I want to have a Captain Lime in human level when the game |
15 -- begins because in animation if the hog is in bot level skip |
11 -- begins because in animation if the hog is in bot level skip |
317 return true |
313 return true |
318 end |
314 end |
319 return false |
315 return false |
320 end |
316 end |
321 |
317 |
322 -------------- OUTCOMES ------------------ I should really s/OUTCOMES/ACTIONS/ |
318 -------------- ACTIONS ------------------ |
323 |
319 |
324 function heroDeath(gear) |
320 function heroDeath(gear) |
325 gameLost() |
321 gameLost() |
326 end |
322 end |
327 |
323 |