diff options
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/juliet.txt | 2 | ||||
-rw-r--r-- | npc/002-3/note.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/juliet.txt b/npc/002-3/juliet.txt index 2a9888b73..877c48acc 100644 --- a/npc/002-3/juliet.txt +++ b/npc/002-3/juliet.txt @@ -144,7 +144,7 @@ .@q3 = getq(ShipQuests_Nard); .@q4 = getq(General_Narrator); - selectd + select l("I am hungry. Can I buy some food here?"), rif(getskilllv(NV_BASIC) < 6, l("Something is wrong with me, I can't smile nor sit.")), lg("I made a mistake, I would like to change my language."), diff --git a/npc/002-3/note.txt b/npc/002-3/note.txt index 5306381c6..2b7cde99c 100644 --- a/npc/002-3/note.txt +++ b/npc/002-3/note.txt @@ -14,7 +14,7 @@ l("The La Johanne always have interesting notes."); do { - selectd + select l("Read the Rules."), l("Read the News."), l("Leave."); |