diff options
-rw-r--r-- | npc/002-1/juliet.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-1/juliet.txt b/npc/002-1/juliet.txt index 6c6fdb15c..d8e2bc252 100644 --- a/npc/002-1/juliet.txt +++ b/npc/002-1/juliet.txt @@ -141,6 +141,8 @@ mesn; mesq lg("Hello dear!"); next; + if (getq(ShipQuests_Julia) < 3) + mesq l("Have you already talked to our captain? He should be downstairs waiting for you!"); mesq l("What do you want today?"); next; |