diff options
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index 5d6751e58..1b4aafd64 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -202,9 +202,9 @@ L_NotYet: goto L_NeedHelp; mesn; - if (getq(CandorQuest_HAS) < 4 || + if (TUTORIAL && (getq(CandorQuest_HAS) < 4 || getq(CandorQuest_Barrel) < 4 || - getq(CandorQuest_Trainer) < 12) { + getq(CandorQuest_Trainer) < 12)) { mesq l("You didn't help all my friends yet, and without trainment, I can't send you to such dangerous place as Tulimshar."); mesc l("NOTE: It is possible to play the game as a crafter/merchant/fisherman, avoiding to kill as much as possible. However, it is not possible to play the game with a total kill count of zero."); close; |