diff options
author | Kurt Kuschinski <kurt.kuschinski@gmail.com> | 2021-01-09 22:18:14 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-09 22:18:14 +0000 |
commit | 2283d32a1cf2961253a6dc63979f5c80e8175f8a (patch) | |
tree | 67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/001-1/qonan.txt | |
parent | b12c37346ced0014d3900b2b86c1319cd7d1db80 (diff) | |
download | serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.gz serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.bz2 serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.tar.xz serverdata-2283d32a1cf2961253a6dc63979f5c80e8175f8a.zip |
Prepare serverdata for evol-hercules!31
Deprecate g() and lg()
Diffstat (limited to 'npc/001-1/qonan.txt')
-rw-r--r-- | npc/001-1/qonan.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-1/qonan.txt b/npc/001-1/qonan.txt index 9acf1366..f00a2cf3 100644 --- a/npc/001-1/qonan.txt +++ b/npc/001-1/qonan.txt @@ -72,7 +72,7 @@ } L_QuestGiven: - speech S_LAST_NEXT, lg("I asked you to do me a favor, did you forget?"); + speech S_LAST_NEXT, l("I asked you to do me a favor, did you forget?"); select l("What should I do, again?"); speech S_FIRST_BLANK_LINE, l("Please find the small chest, buried somewhere on Artis hill."), @@ -83,7 +83,7 @@ L_QuestGiven: L_ItemFound: speech l("After all this time, it was still there!"), - lg("We are very lucky, my friend."), + l("We are very lucky, my friend."), l("Let me open it with my key."), l("Like I promised, here is your share."), l("I can finally pay off my debts."); |