diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:17:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-27 20:17:31 -0300 |
commit | a30e56ebd98f9269d90d1ceac70101652415ab1b (patch) | |
tree | b69af80ac88ab47ac2a8368bb742b34c177c41d8 /npc | |
parent | a8803b186e7caf4675adc08b9a9af518d69d9c82 (diff) | |
download | serverdata-a30e56ebd98f9269d90d1ceac70101652415ab1b.tar.gz serverdata-a30e56ebd98f9269d90d1ceac70101652415ab1b.tar.bz2 serverdata-a30e56ebd98f9269d90d1ceac70101652415ab1b.tar.xz serverdata-a30e56ebd98f9269d90d1ceac70101652415ab1b.zip |
More rewrites to Ben so it sounds cooler.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/015-2/ben.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-2/ben.txt b/npc/015-2/ben.txt index 98dac1710..2957b2e47 100644 --- a/npc/015-2/ben.txt +++ b/npc/015-2/ben.txt @@ -25,7 +25,7 @@ L_Quest: if (THIEF_RANK == 0) goto L_Recruit; mesn; - mesq l("Hello there, @@, fear from the wealthy.", thiefrank()); + mesq l("Hello there, @@ the @@.", strcharinfo(0), thiefrank()); if (THIEF_RANK == 5) goto L_Menu; mesq l("I see you have collected some experience. Let me try to rank you up!"); next; |