diff options
-rw-r--r-- | npc/002-3/elmo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/002-3/elmo.txt b/npc/002-3/elmo.txt index ee27b912e..6a97c86c4 100644 --- a/npc/002-3/elmo.txt +++ b/npc/002-3/elmo.txt @@ -90,6 +90,11 @@ L_Candor: if (.@q < 3) mes l("- The weapon seller, Rosen, wanted to help new players to improve their equipment."); + // Nylo Quest + .@q=getq(CandorQuest_Marggo); + if (.@q < 1) + mes l("- The farmer Nylo, who loves beer, seems to be having troubles with his crops."); + // Ship Quests .@q1=getq(ShipQuests_Dan); .@q2=getq(ShipQuests_ChefGado); |