From 034c10fbabf7cb737b7338fd1c41c0930108f801 Mon Sep 17 00:00:00 2001 From: jesusalva Date: Sat, 3 Mar 2018 12:37:39 -0300 Subject: Fix bug with ship price --- npc/002-4/elmo.txt | 2 +- npc/002-4/nard.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/002-4') diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 2795fe1b7..a789489af 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -29,7 +29,7 @@ // Kids Quest .@q=getq(CandorQuest_HAS); - if (.@q < 3) + if (.@q < 4) mes l("- You can always play with kids. Not very profitable, though."); // Sailors Quest diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 4fb9aae65..12287d6b6 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -159,7 +159,7 @@ L_NotYet: L_Travel: if (getq(CandorQuest_Barrel) == 4 && - getq(CandorQuest_HAS) == 3 && + getq(CandorQuest_HAS) == 4 && getq(CandorQuest_Sailors) == 3 && getq(CandorQuest_Vincent) == 2 && getq(CandorQuest_Trainer) == 12) -- cgit v1.2.3-70-g09d2