Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNisnevich committed Nov 14, 2024
2 parents e525427 + 11b7618 commit 41f92c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions levels/bonus/02_theEmptyRoom.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ function startLevel(map) {
if (!challenge()) {
player.killedBy('wrong answer');
}
if (getAnswer(input) == undefined) {
player.killedBy('unanswered');
}
if (!map.opened) {
map.writeStatus("*click*");
map.opened = true;
Expand Down

0 comments on commit 41f92c5

Please sign in to comment.