From 4d3625e6cac7fa7443ab20742a1a77576431a979 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 5 Feb 2020 09:20:52 -0300 Subject: Nard: Drop “help my friends” requeriments if tutorial was aborted. If you are skipping tutorial, I assume you already know your way on the world. This effectively allows you to play the game without killing. Note: No whinning about money and experience, shall you do so. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/002-3/nard.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-3/nard.txt') 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; -- cgit v1.2.3-60-g2f50