Skip to content

Commit

Permalink
Update Apple_Skedaddle.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomcelroy committed Nov 7, 2022
1 parent d9004e4 commit 6fa73bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion games/Apple_Skedaddle.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ afterInput(() => {
const lost1 = tilesWith(player, box).length;
if (lost1 > 0){
addText("You Lose!", { y: 4, color: color`3` });
setMap(level);
}
});

Expand Down

0 comments on commit 6fa73bf

Please sign in to comment.