diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-09 22:18:14 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-09 22:18:14 +0000 |
commit | 94d1b1895a4a746e791f5c0a7dbba9405b36a85d (patch) | |
tree | 67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/020-1 | |
parent | b12c37346ced0014d3900b2b86c1319cd7d1db80 (diff) | |
parent | 2283d32a1cf2961253a6dc63979f5c80e8175f8a (diff) | |
download | serverdata-94d1b1895a4a746e791f5c0a7dbba9405b36a85d.tar.gz serverdata-94d1b1895a4a746e791f5c0a7dbba9405b36a85d.tar.bz2 serverdata-94d1b1895a4a746e791f5c0a7dbba9405b36a85d.tar.xz serverdata-94d1b1895a4a746e791f5c0a7dbba9405b36a85d.zip |
Merge branch 'hocus/deprecate_lg' into 'master'
Prepare serverdata for evol-hercules!31
See merge request evol/serverdata!284
Diffstat (limited to 'npc/020-1')
-rw-r--r-- | npc/020-1/hocus.txt | 4 | ||||
-rw-r--r-- | npc/020-1/joaquim.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/020-1/hocus.txt b/npc/020-1/hocus.txt index 7d71f957..fcfbe73c 100644 --- a/npc/020-1/hocus.txt +++ b/npc/020-1/hocus.txt @@ -59,7 +59,7 @@ close; } mesn; - mesq lg("Child, I do not need your money nor items. I told you I would teach you the recipe. It is free."); + mesq l("Child, I do not need your money nor your items. I told you I would teach you the recipe. It is free."); next; mesn; mesq l("I am already happy enough that you want to improve your own eating habits. You don't need to give me anything."); @@ -90,7 +90,7 @@ function anwarNotMe { mesq l("Hello Mr. Hocus, kind sir Anwar sent me to fetch some fertilizers to save Tulimshar from famine, if you may?"); next; mesn; - mesq lg("Sorry kind lady @@, but no.", "Sorry kind sir @@, but no.", strcharinfo(0)); + mesq l("Sorry kind friend @@, but no.", strcharinfo(0)); next; mesn; mesq l("Or rather, I can't. I would love to help you, just like everybody else, but I don't know how to make fertilizers, only Salad."); diff --git a/npc/020-1/joaquim.txt b/npc/020-1/joaquim.txt index ad462df0..83c90596 100644 --- a/npc/020-1/joaquim.txt +++ b/npc/020-1/joaquim.txt @@ -122,7 +122,7 @@ function joaquimFound { mes ""; mesn; if (@menu == 1) { - mes lg("Thanks! Thanks! Savior! Hurry up!"); + mes l("Thanks! Thanks! Savior! Hurry up!"); setq TonoriQuest_Joaquim, 2; } else if (@menu == 2) { mes l("Uhm, sorry, I don't trust stuff you get at market. You know."); |