diff --git a/scripts/launch.js b/scripts/launch.js index b7d64c0..e69e55e 100644 --- a/scripts/launch.js +++ b/scripts/launch.js @@ -20,6 +20,7 @@ function load() { /*Starts game functionality*/ function startGame() { document.getElementById("player").className = "character"; + lives = 3; showDisplay("block"); document.getElementById("start").style.display = "none"; document.getElementsByClassName("weapon")[0].style.display = "none";