diff options
-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 c9060ffd3..d32f6d22c 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -80,7 +80,7 @@ L_Checker: LOCATION$ = "Candor"; setq ShipQuests_Julia, 3; next; - .@price=1200; + .@price=800; mesc b(l(".:: Main Quest 1-3 ::.")), 3; msObjective(getq(CandorQuest_HAS) >= 4, l("* Help Ayasha to take care of the kids.")); msObjective(getq(CandorQuest_Trainer) >= 12, l("* Get trained by Valon, in the big house.")); @@ -166,7 +166,7 @@ L_CandorIsland: goto L_NotYet; L_NotYet: - .@price=1200; + .@price=800; mesc b(l(".:: Main Quest 1-1 ::.")), 3; msObjective(getq(CandorQuest_HAS) >= 4, l("* Help Ayasha to take care of the kids.")); msObjective(getq(CandorQuest_Trainer) >= 12, l("* Get trained by Valon, in the big house.")); |