From 465a9660833a191a7210941a966c78abdcc4862f Mon Sep 17 00:00:00 2001 From: Prakhar Jain Date: Mon, 20 Mar 2023 22:13:13 +0530 Subject: [PATCH] fixed portal events which made it difficult to play the game --- js/OverworldMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/OverworldMap.js b/js/OverworldMap.js index 4747725..2731d75 100644 --- a/js/OverworldMap.js +++ b/js/OverworldMap.js @@ -1012,7 +1012,7 @@ window.OverworldMaps = { walls: WALLS, cutsceneSpaces: { ...allCutsceneSpaces, - ...allRedirects, + // ...allRedirects, }, }, }