diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/peter.txt | 3 | ||||
-rw-r--r-- | npc/000-2-3/nard.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 042fff7f..357813bb 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -89,7 +89,7 @@ mesq $@RAT_SAILOR_HELPER$ + " " + l("is helping me."); close; - OnTimer500000: + OnTimer5000: stopnpctimer; //Attach player if possible, otherway free helper @@ -105,7 +105,6 @@ mesn; mesq l("Let me see your work..."); - next; set @q, geta4(ShipQuests, ShipQuests_Peter); if (getmapmobs("000-2-2.gat") || $@RAT_SAILOR_HELPER$ != strcharinfo(0)) goto l_QuestAborted; diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt index d3c13b63..b8db0fbb 100644 --- a/npc/000-2-3/nard.txt +++ b/npc/000-2-3/nard.txt @@ -28,7 +28,7 @@ l_Menu: menu g(l("I feel ok."), l("I feel ok.")), l_Ok, l("Who is this Julia?"), l_Julia, - g(l("I'm sick, I'm going back to bed."), 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!"); |