diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-11 16:29:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-11 16:29:16 -0300 |
commit | ae7077b04bbd9254e952363650063ecb5091da7a (patch) | |
tree | 1bdb91aaf62b5f219b90a19fa9ab0f542b452b5b | |
parent | 5bc4f1a3869aeccb2d492e3dceee9b44835a5da5 (diff) | |
download | serverdata-ae7077b04bbd9254e952363650063ecb5091da7a.tar.gz serverdata-ae7077b04bbd9254e952363650063ecb5091da7a.tar.bz2 serverdata-ae7077b04bbd9254e952363650063ecb5091da7a.tar.xz serverdata-ae7077b04bbd9254e952363650063ecb5091da7a.zip |
Normalize: Nard won't overcharge his trip anymore
-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.")); |