From 96783f18767c284f499f43902ff85dc631564ce6 Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Thu, 15 Aug 2019 18:56:55 -0700 Subject: [PATCH] Update life.js --- data/life/life.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/life/life.js b/data/life/life.js index 878f8201..ab996f34 100644 --- a/data/life/life.js +++ b/data/life/life.js @@ -239,13 +239,13 @@ function updatePlayerBoxes() { } } playerList[n - 1].life += lifeAdjust - // alert("I clicked on " + n + "!") + // console.log(lifeAdjust) // alert("Their life total is now " + playerList[n - 1].life) drawPlayerBox(n) - } else { - playerList[n - 1].firection = "none" - playerList[n - 1].holdTime = 0 - } + } //else { + // playerList[n - 1].firection = "none" + // playerList[n - 1].holdTime = 0 + // } } // if (i == touchX.length - 1) { // //At the end, start the loop!