From a9a6e9ee778c34f489c35741e8ee08edf5c89689 Mon Sep 17 00:00:00 2001 From: Chirag Date: Wed, 1 Dec 2021 18:21:51 -0600 Subject: [PATCH] Set the navigation map to no knowledge condition --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/index.js b/public/js/index.js index 8054b63..4b4165c 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -183,7 +183,7 @@ var gameInfoState = new Phaser.Class({ }, create: function() { - this._setNavigationMapCondition(["knowledgeCondition", "knowledgeCondition", "knowledgeCondition", "knowledgeCondition"]); + this._setNavigationMapCondition(["noKnowledgeCondition", "noKnowledgeCondition", "noKnowledgeCondition", "noKnowledgeCondition"]); this.navigationMapData = getNavigationMapData() this._createNavigationMapConfigData() this.gameNavigationInfo = new NavigationMap(this.navigationMapConfig, this)