From d08ed1aa71631de4586ff518a99d3011e3763189 Mon Sep 17 00:00:00 2001 From: Sam Gaus Date: Sat, 9 Nov 2024 12:28:04 +0000 Subject: [PATCH] Fix typo --- RELEASE/scripts/autoscend/quests/level_13.ash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE/scripts/autoscend/quests/level_13.ash b/RELEASE/scripts/autoscend/quests/level_13.ash index 54dd226d3..7a64528f0 100644 --- a/RELEASE/scripts/autoscend/quests/level_13.ash +++ b/RELEASE/scripts/autoscend/quests/level_13.ash @@ -1831,7 +1831,7 @@ boolean L13_towerNSFinal() } // It is possible to keep your Yearbook Club Camera in KOLHS by having it equipped before breaking the prism - if (in_kolhs() && !have_equipped($item[Yearbook Club Camera] && item_amount($item[Yearbook Club Camera]) > 0)) + if (in_kolhs() && !have_equipped($item[Yearbook Club Camera]) && (item_amount($item[Yearbook Club Camera]) > 0)) { equip($slot[acc3], $item[Yearbook Club Camera]); }