summaryrefslogtreecommitdiff
path: root/world/map/npc/009-1/old_woman.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/009-1/old_woman.txt')
-rw-r--r--world/map/npc/009-1/old_woman.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/world/map/npc/009-1/old_woman.txt b/world/map/npc/009-1/old_woman.txt
index 7e33e034..2d70cc6d 100644
--- a/world/map/npc/009-1/old_woman.txt
+++ b/world/map/npc/009-1/old_woman.txt
@@ -17,6 +17,7 @@ L_Lower:
mes "[Old Woman]";
mes "\"Watch out for these flowers. They don't like to be messed with.\"";
next;
+ goto L_Continue;
L_Continue:
if ((@inspector >= 1 && @inspector <= 7) || @inspector == 9)
@@ -47,7 +48,9 @@ L_NohMask_FirstAsk:
L_NohMask_Alibi:
menu
- "Was your husband with you at home all night the last night that the troupe was in town?", -;
+ "Was your husband with you at home all night the last night that the troupe was in town?", L_Next;
+
+L_Next:
mes "[Old Woman]";
mes "\"Yes, we were both at home all night.\"";
set @inspector, 8;