Skip to content
Snippets Groups Projects
Commit 5c43b74f authored by echicken's avatar echicken
Browse files

Appease the Yeti.

parent a0c8eddc
No related branches found
No related tags found
No related merge requests found
...@@ -676,7 +676,7 @@ var Level = function(l, n) { ...@@ -676,7 +676,7 @@ var Level = function(l, n) {
frames.statusBar.putmsg("5) Climb: ", COLOUR_CLIMBER|COLOUR_STATUSBAR_BG); frames.statusBar.putmsg("5) Climb: ", COLOUR_CLIMBER|COLOUR_STATUSBAR_BG);
frames.statusBar.putmsg("N)uke ", COLOUR_NUKED|COLOUR_STATUSBAR_BG); frames.statusBar.putmsg("N)uke ", COLOUR_NUKED|COLOUR_STATUSBAR_BG);
frames.statusBar.putmsg("H)elp ", WHITE|COLOUR_STATUSBAR_BG); frames.statusBar.putmsg("H)elp ", WHITE|COLOUR_STATUSBAR_BG);
frames.statusBar.putmsg(" Remaining: Time:\r\n", WHITE|COLOUR_STATUSBAR_BG); frames.statusBar.putmsg(" Released: Time:\r\n", WHITE|COLOUR_STATUSBAR_BG);
frames.statusBar.putmsg("2) Block: ", COLOUR_BLOCKER|COLOUR_STATUSBAR_BG); frames.statusBar.putmsg("2) Block: ", COLOUR_BLOCKER|COLOUR_STATUSBAR_BG);
frames.statusBar.putmsg("4) Build: ", COLOUR_BUILDER|COLOUR_STATUSBAR_BG); frames.statusBar.putmsg("4) Build: ", COLOUR_BUILDER|COLOUR_STATUSBAR_BG);
frames.statusBar.putmsg("6) Dig : ", COLOUR_DIGGER|COLOUR_STATUSBAR_BG); frames.statusBar.putmsg("6) Dig : ", COLOUR_DIGGER|COLOUR_STATUSBAR_BG);
...@@ -781,7 +781,7 @@ var Level = function(l, n) { ...@@ -781,7 +781,7 @@ var Level = function(l, n) {
Sprite.profiles[Sprite.profiles.length - 1].ini.skill = "lemon"; Sprite.profiles[Sprite.profiles.length - 1].ini.skill = "lemon";
remaining--; remaining--;
frames.counters.remaining.clear(); frames.counters.remaining.clear();
frames.counters.remaining.putmsg(remaining); frames.counters.remaining.putmsg((level.lemons - remaining) + "/" + level.lemons);
} }
frames.counters.remaining.putmsg(remaining); frames.counters.remaining.putmsg(remaining);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment