From 06548c90c8f7d213a683fd22cdaf01b6c99522da Mon Sep 17 00:00:00 2001 From: jesusalva Date: Wed, 14 Feb 2018 17:57:22 -0200 Subject: No discount for first travel, fix quest db, update Elmo, fix Vincent's typo. --- npc/002-4/nard.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/002-4/nard.txt') diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 4ff1d1907..4e3c5e3f6 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -14,10 +14,6 @@ .@price=2000; L_Checker: - if (getq(CandorQuest_Barrel) == 4 && - getq(CandorQuest_HAS) == 3 && - getq(CandorQuest_Sailors) == 3) - .@price-=500; if (.@narrator == 1) goto L_Travel; if (LOCATION$ != "") goto L_NotYet; @@ -139,6 +135,11 @@ L_NotYet: close; L_Travel: + if (getq(CandorQuest_Barrel) == 4 && + getq(CandorQuest_HAS) == 3 && + getq(CandorQuest_Sailors) == 3 && + getq(CandorQuests_Vincent) == 2) + .@price-=500; mesn; mesq l("Hi @@.", strcharinfo(0)); next; -- cgit v1.2.3-60-g2f50