Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gausie committed Nov 9, 2024
1 parent d98b08e commit d08ed1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE/scripts/autoscend/quests/level_13.ash
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}
Expand Down

0 comments on commit d08ed1a

Please sign in to comment.