diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/arpan.txt | 2 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 2d4461d4..68b9dbda 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -95,7 +95,7 @@ OnTalk: set @q, geta2(ShipQuests, ShipQuests_Arpan); mesn; if (@q > 0) goto l_Menu; - mes lg("Yeye, you are really lucky to be alive. You are in good enough shape for walking - do you remember what happened?"); + mes lg("Yeye, you are really lucky to be alive. You are in good enough shape for walking do you remember what happened?"); seta2 ShipQuests, ShipQuests_Arpan, 1; menu lg("I only remember I was rescued by you."), l_Story, diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index 1964e3cd..d3c13b63 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -26,9 +26,9 @@ l_Menu: menu - l("I feel ok."), l_Ok, + g(l("I feel ok."), l("I feel ok.")), l_Ok, l("Who is this Julia?"), l_Julia, - l("I'm sick, I'm going back to bed."), -; + g(l("I'm sick, I'm going back to bed."), l("I'm sick, I'm going back to bed.")) -; mesn; mesq l("That's a good idea, go rest a bit and I'll see you tomorow!"); |