summaryrefslogtreecommitdiff
path: root/npc/008-2-13/lena.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-01-09 22:18:14 +0000
committerJesusaves <cpntb1@ymail.com>2021-01-09 22:18:14 +0000
commit94d1b1895a4a746e791f5c0a7dbba9405b36a85d (patch)
tree67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/008-2-13/lena.txt
parentb12c37346ced0014d3900b2b86c1319cd7d1db80 (diff)
parent2283d32a1cf2961253a6dc63979f5c80e8175f8a (diff)
downloadserverdata-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/008-2-13/lena.txt')
-rw-r--r--npc/008-2-13/lena.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/008-2-13/lena.txt b/npc/008-2-13/lena.txt
index 0c941417..1de7a98b 100644
--- a/npc/008-2-13/lena.txt
+++ b/npc/008-2-13/lena.txt
@@ -69,7 +69,7 @@ function lenaTooWeak {
speech
l("Hey."),
l("Did you hear about the Bandit's attacks? They must have a hideout somewhere outside Hurnscald."),
- lg("However, you are too weak to help me, so come back later.");
+ l("However, you are too weak to help me, so come back later.");
close;
}
@@ -117,7 +117,7 @@ function lenaStart {
function lenaReturn {
mesn;
- mesq lg("Adventurer, did you brought me what I asked? I see you have %d/%d %s.","Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(TreasureKey), .numKeys, getitemlink(TreasureKey));
+ mesq l("Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(TreasureKey), .numKeys, getitemlink(TreasureKey));
mes "";
select
rif(countitem(TreasureKey) >= .numKeys, l("Yes, take it.")),
@@ -174,7 +174,7 @@ function lenaQuest {
function lenaCoinBag {
mesn;
- mesq lg("Adventurer, did you brought me what I asked? I see you have %d/%d %s.","Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(CoinBag), .numCoins, getitemlink(CoinBag));
+ mesq l("Adventurer, did you brought me what I asked? I see you have %d/%d %s.", countitem(CoinBag), .numCoins, getitemlink(CoinBag));
mes "";
select
rif(countitem(CoinBag) >= .numCoins, l("Yes, take it.")),