diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-17 18:24:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-17 18:24:38 -0300 |
commit | f70e0a879232cc2645ddb6e53ea1634316aa92a8 (patch) | |
tree | 1b5e2e1889e55abaf41fc7dcd979ef12136b3a53 /npc/002-4/nard.txt | |
parent | 1268a46c73ee0ffa618748794e2f02224e143d94 (diff) | |
download | serverdata-f70e0a879232cc2645ddb6e53ea1634316aa92a8.tar.gz serverdata-f70e0a879232cc2645ddb6e53ea1634316aa92a8.tar.bz2 serverdata-f70e0a879232cc2645ddb6e53ea1634316aa92a8.tar.xz serverdata-f70e0a879232cc2645ddb6e53ea1634316aa92a8.zip |
Update Elmo and Nard and stuff because Rosen new quest
(and try to correct some broken english, but that's a job for @demure not me)
Diffstat (limited to 'npc/002-4/nard.txt')
-rw-r--r-- | npc/002-4/nard.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 1b2568c3a..d869bab3b 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -207,15 +207,15 @@ L_NotYet: close; L_Travel: - if (nard_reputation() >= 14) + if (nard_reputation() >= 15) .@price-=1250; - if (nard_reputation() >= 12) + else if (nard_reputation() >= 13) .@price-=1000; - else if (nard_reputation() >= 10) + else if (nard_reputation() >= 11) .@price-=750; - else if (nard_reputation() >= 8) + else if (nard_reputation() >= 9) .@price-=500; - else if (nard_reputation() >= 6) + else if (nard_reputation() >= 7) .@price-=250; mesn; mesq l("Hi @@.", strcharinfo(0)); |