equal
deleted
inserted
replaced
376 ongoingBattle = 0 |
376 ongoingBattle = 0 |
377 end |
377 end |
378 |
378 |
379 function heroAtCheckpoint2(gear) |
379 function heroAtCheckpoint2(gear) |
380 saveCheckPoint("2") |
380 saveCheckPoint("2") |
|
381 secondBattle() |
381 end |
382 end |
382 |
383 |
383 function heroAtCheckpoint3(gear) |
384 function heroAtCheckpoint3(gear) |
384 saveCheckPoint("3") |
385 saveCheckPoint("3") |
|
386 secondBattle() |
385 end |
387 end |
386 |
388 |
387 function heroAtCheckpoint4(gear) |
389 function heroAtCheckpoint4(gear) |
388 saveCheckPoint("4") |
390 saveCheckPoint("4") |
389 end |
391 end |