Skip to content

Commit

Permalink
one wall fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmiccoder committed Feb 11, 2022
1 parent 065af6f commit 72ce42d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/walls.js
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,6 @@ const WALLS = {
[utils.asGridCoord(19,45)]: true,
[utils.asGridCoord(20,45)]: true,
[utils.asGridCoord(21,45)]: true,
[utils.asGridCoord(-4,32)]: true,
[utils.asGridCoord(0,30)]: true,
};

0 comments on commit 72ce42d

Please sign in to comment.