From a850cbe8aa12e8ae558cd6a42734921adb8c0923 Mon Sep 17 00:00:00 2001 From: Icecreamdude <72051053+Icecreamdudes@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:30:23 -0400 Subject: [PATCH] d --- js/Gwa Temple/gwaTemple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/Gwa Temple/gwaTemple.js b/js/Gwa Temple/gwaTemple.js index 3ed5b5c..93a55e7 100644 --- a/js/Gwa Temple/gwaTemple.js +++ b/js/Gwa Temple/gwaTemple.js @@ -58,5 +58,5 @@ ["row", [["clickable", 1]]], ["microtabs", "stuff", { 'border-width': '0px' }], ], - layerShown() { return player.startedGame == true } + layerShown() { return player.startedGame == true && hasUpgrade("i", 1)} }) \ No newline at end of file