summaryrefslogtreecommitdiff
path: root/npc/023-3/logic.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/023-3/logic.txt')
-rw-r--r--npc/023-3/logic.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt
index c9d63f7e3..59a8bd7c5 100644
--- a/npc/023-3/logic.txt
+++ b/npc/023-3/logic.txt
@@ -91,8 +91,10 @@ OnTouch:
npctalkonce l("I'm not going any closer to that cursed place!");
end;
}
- if (getq(FrostiaQuest_Homunculus) >= 1)
+ if (getq(FrostiaQuest_Homunculus) >= 1) {
+ npctalk3 l("Everything in order.");
end;
+ }
mesn;
mesq l("Congratulations in making this far, @@.", strcharinfo(0));
next;