diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-26 00:39:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-26 00:39:52 -0300 |
commit | 4138435e8739073d753aa2fad91d0d5a8afbe98a (patch) | |
tree | 56790c98be808098a0af46cd3b7709f8f39cf9c9 /npc/018-6-3 | |
parent | f5f61d85be61f62ceabb2c81275cf499933ae262 (diff) | |
download | serverdata-4138435e8739073d753aa2fad91d0d5a8afbe98a.tar.gz serverdata-4138435e8739073d753aa2fad91d0d5a8afbe98a.tar.bz2 serverdata-4138435e8739073d753aa2fad91d0d5a8afbe98a.tar.xz serverdata-4138435e8739073d753aa2fad91d0d5a8afbe98a.zip |
Rewrite the final speech of the Lightbringer
Diffstat (limited to 'npc/018-6-3')
-rw-r--r-- | npc/018-6-3/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/018-6-3/main.txt b/npc/018-6-3/main.txt index 8bd8898c4..315569505 100644 --- a/npc/018-6-3/main.txt +++ b/npc/018-6-3/main.txt @@ -277,7 +277,7 @@ OnKillBoss: if (playerattached()) { enablenpc instance_npcname("???#01863"); getexp 200000, 10000; - unittalk(@boss, l("Alright... I shall acknowledge you...")); + unittalk(@boss, l("You are a mere %s, but you may be a hero... Find me again...", get_race())); .@q=getq(LoFQuest_Barbara); .@q2=getq2(LoFQuest_Barbara); .@q3=getq3(LoFQuest_Barbara); |