summaryrefslogtreecommitdiff
path: root/npc/002-3/nard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r--npc/002-3/nard.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 397e9e1c3..f42975833 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -12,7 +12,6 @@
showavatar NPC_NARD; // this is handled by avatars.xml
.@narrator = getq(General_Narrator);
- .@price=1200;
L_Checker:
if (.@narrator) goto L_Travel;
@@ -172,6 +171,7 @@ L_CandorIsland:
goto L_MenuQuest;
L_NotYet:
+ .@price=1200;
mesc b(l(".:: Main Quest 1-1 ::.")), 3;
if (Zeny >= .@price)
mesc l("* @@/@@ GP", Zeny, .@price), 2;
@@ -222,7 +222,8 @@ L_NotYet:
L_Travel:
// Current nard_reputation() value for 100% discount: 15
- .@price-=min(1199, nard_reputation()*80);
+ .@price=800;
+ .@price-=min(799, nard_reputation()*54);
mesn;
mesq l("Hi @@.", strcharinfo(0));