diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-17 18:32:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-17 18:32:39 -0300 |
commit | 32c56e35393364bf7d302fa5f24c6ce4558237cc (patch) | |
tree | 2867f422997e275d0fed6843d67a804ae326a1ef /npc/002-3/nard.txt | |
parent | a638515a3debabe881aeb377c4ee35ed11035322 (diff) | |
download | serverdata-32c56e35393364bf7d302fa5f24c6ce4558237cc.tar.gz serverdata-32c56e35393364bf7d302fa5f24c6ce4558237cc.tar.bz2 serverdata-32c56e35393364bf7d302fa5f24c6ce4558237cc.tar.xz serverdata-32c56e35393364bf7d302fa5f24c6ce4558237cc.zip |
Minor improvements to Nard and Crazyfefe
Diffstat (limited to 'npc/002-3/nard.txt')
-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 6db8c51c1..931a5b587 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -215,8 +215,8 @@ L_NotYet: } else { mesq l("You still haven't completed your tasks."); - next; - mesq l("You still need @@ GP for the trip to Tulimshar.", (.@price-Zeny)); + mes ""; + mesc l("You still need @@ GP for the trip to Tulimshar.", (.@price-Zeny)); } close; |