summaryrefslogtreecommitdiff
path: root/npc/functions/quest-debug/028-General_Narrator.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/quest-debug/028-General_Narrator.txt')
-rw-r--r--npc/functions/quest-debug/028-General_Narrator.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/quest-debug/028-General_Narrator.txt b/npc/functions/quest-debug/028-General_Narrator.txt
index e5c19c7f..15596919 100644
--- a/npc/functions/quest-debug/028-General_Narrator.txt
+++ b/npc/functions/quest-debug/028-General_Narrator.txt
@@ -16,7 +16,7 @@ function script QuestDebug28 {
l("Game introduction"), 0,
l("Visited Artis at least once"), 1;
- if (@menuret == 32766)
+ if (@menuret < 0)
{
return;
}