summaryrefslogtreecommitdiff
path: root/npc/012-2-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-17 05:08:35 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-17 05:08:35 -0300
commit654d54d42079e21ac0541cb1e5f28c08cc935d5d (patch)
treeced30475ba31099de02627b57fb264958193d70d /npc/012-2-4
parent3cb4b0171536a04e177d823213a1aff51ab56f8d (diff)
parent4e242e64460a5548b77d512f317a8cd66967a95f (diff)
downloadserverdata-kfahr.tar.gz
serverdata-kfahr.tar.bz2
serverdata-kfahr.tar.xz
serverdata-kfahr.zip
Merge branch 'master' into kfahrkfahr
Diffstat (limited to 'npc/012-2-4')
-rw-r--r--npc/012-2-4/morgan.txt6
-rw-r--r--npc/012-2-4/zitoni.txt4
2 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-2-4/morgan.txt b/npc/012-2-4/morgan.txt
index 23e97aaf..b68e8d98 100644
--- a/npc/012-2-4/morgan.txt
+++ b/npc/012-2-4/morgan.txt
@@ -8,14 +8,14 @@
012-2-4,26,37,0 script Morgan NPC_MORGAN,{
speech
l("Hello Wanderer."),
- l("I am Morgan, the alchimist."),
+ l("I am Morgan, the alchemist."),
l("(People do not like to hear the word 'witch' so much, as we live close to Hurnscald)."),
- l("Unfortunately my apprentice Zitoni does not bring fresh potions, so if you need something you should come back later.");
+ l("Unfortunately my apprentice Zitoni does not bring me fresh potions, so if you need something you should come back later.");
close;
OnInit:
.sex = G_MALE;
- .distance = 2;
+ .distance = 4;
end;
}
diff --git a/npc/012-2-4/zitoni.txt b/npc/012-2-4/zitoni.txt
index 7b94cba3..b1be3bdf 100644
--- a/npc/012-2-4/zitoni.txt
+++ b/npc/012-2-4/zitoni.txt
@@ -67,11 +67,11 @@ L_mick:
next;
mesq l("Can you do a last task for me and try to find Micksha? He sure can help me to look a bit less ugly.");
next;
- mesq("That would be so helpful! Please return soon to tell me about your progress.");
+ mesq("That would be so helpful! Please return soon to tell me about your progress.");
close;
OnInit:
.sex = G_MALE;
- .distance = 2;
+ .distance = 3;
end;
}