diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:16:27 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:16:27 -0200 |
commit | 13313a1c371233038a381169042bf016e81c7886 (patch) | |
tree | 7fa92979484cc0b2754fa2c8fedbdf802c57ab10 /npc/002-1 | |
parent | 5980f05616856b9e8b056b3f5339aa5c18c1ff4c (diff) | |
download | serverdata-13313a1c371233038a381169042bf016e81c7886.tar.gz serverdata-13313a1c371233038a381169042bf016e81c7886.tar.bz2 serverdata-13313a1c371233038a381169042bf016e81c7886.tar.xz serverdata-13313a1c371233038a381169042bf016e81c7886.zip |
Make Juliet a tad more useful, I forgot what I was doing. At prologue! >.>
Diffstat (limited to 'npc/002-1')
-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; |