diff options
Diffstat (limited to 'npc/002-3')
-rw-r--r-- | npc/002-3/nard.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index bdb6d7c1d..aaec6ce3d 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -195,11 +195,13 @@ L_NotYet: close; } if (Zeny >= .@price) { + inventoryplace TulimMap, 1; mesq l("Ten, fifty, thousand... Yep, this is the amount I've asked for."); next; setq General_Narrator, 1; Zeny = Zeny-.@price; LOCATION$="Tulim"; + getitem TulimMap, 1; mesq l("Set sail! We're going to Tulimshar!"); next; showavatar; |