diff options
-rw-r--r-- | npc/002-4/nard.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 12287d6b6..070660dc8 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -131,8 +131,6 @@ L_NotYet: mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for."); next; setq General_Narrator, 1; - set Zeny, Zeny-.@price; - LOCATION$="Tulim"; mesq l("Set sail! We're going to Tulimshar!"); next; showavatar; @@ -144,6 +142,8 @@ L_NotYet: mesn; mesq l("Welcome to Tulimshar, @@!", strcharinfo(0)); next; + set Zeny, Zeny-.@price; + LOCATION$="Tulim"; mesq l("You can explore the city as you want, but if I were you, I would visit the townhall first."); next; mesq l("When you get out of the ship, it is the first building you'll see. Talk to ##BLua##b, she is an alliance representative."); |