summaryrefslogtreecommitdiff
path: root/npc/008-2-16/yannika.txt
diff options
context:
space:
mode:
authorKurt Kuschinski <kurt.kuschinski@gmail.com>2021-01-09 22:18:14 +0000
committerJesusaves <cpntb1@ymail.com>2021-01-09 22:18:14 +0000
commit2283d32a1cf2961253a6dc63979f5c80e8175f8a (patch)
tree67d1ead1ca74456f9ba1ed6f815e066148e9f403 /npc/008-2-16/yannika.txt
parentb12c37346ced0014d3900b2b86c1319cd7d1db80 (diff)
downloadserverdata-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/008-2-16/yannika.txt')
-rw-r--r--npc/008-2-16/yannika.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/npc/008-2-16/yannika.txt b/npc/008-2-16/yannika.txt
index f9160c4e..05c8a41e 100644
--- a/npc/008-2-16/yannika.txt
+++ b/npc/008-2-16/yannika.txt
@@ -26,9 +26,9 @@
if (.@q < 3)
{
speech
- lg(l("Hello madam."), l("Hi Sir.")),
+ l("Hello."),
l("Isn't my husband Hinnak so hardworking?"),
- lg("Come back later.");
+ l("Come back later.");
close;
}
@@ -43,7 +43,7 @@
break;
default:
speech
- lg(l("Hello madam."), l("Hi Sir.")),
+ l("Hello."),
l("Thanks for helping my husband Hinnak."),
l("He likes to eat sandwiches. A good thing they are so easy to make!");
@@ -72,14 +72,14 @@
function yannika_intro
{
speech
- lg(l("Hello madam."), l("Hi Sir.")),
+ l("Hello."),
l("Thanks for helping my husband Hinnak."),
l("Could you please bring me 2 new knives?"),
l("Hinnak wasted all my good kitchen knives trying to get rid of his accursed Pinkies.");
select
l("Yes, sure thing."),
- lg("Not my problem.");
+ l("Not my problem.");
if (@menu == 1)
{
@@ -94,13 +94,13 @@
function yannika_knives
{
speech
- lg(l("Hello madam."), l("Hi Sir.")),
+ l("Hello."),
l("Thanks for helping my husband Hinnak."),
l("Did you brought me 2 new knives?");
select
rif(countitem(Knife) >= 2, l("Yes, here they are.")),
- lg("Not yet, I'll be back.");
+ l("Not yet, I'll be back.");
if (@menu == 1)
{
@@ -118,7 +118,7 @@
l("Well, of course. First of all, you need a @@. You can have mine, if you want.", getitemlink(RecipeBook)),
l("The recipes, of course, you must collect yourself. Even sandwiches are not so simple as to simply put ingredients and hope for the best."),
l("Cooking is an art. You need to know how to cook something. You can use my stove to prepare."),
- lg("Or, you can just forget all that, and let me prepare sandwiches for you, too! %%H"), // %%H - Smile Emote
+ l("Or, you can just forget all that, and let me prepare sandwiches for you, too! %%H"), // %%H - Smile Emote
l("Oh, but I'll still need the book. Even if all pages are white.");
next;
}