diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-27 14:56:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-27 14:56:31 -0300 |
commit | 347df5f615f1886961138b9372b53c60513df7be (patch) | |
tree | e4c1201c157560611075ccd243a44b96f279b4e2 /npc/012-2-4 | |
parent | 00e39161670779562498528e6cfde20528739a39 (diff) | |
parent | 19ff29792c7767788255409755ace832a7396da0 (diff) | |
download | serverdata-jesusalva/serena.tar.gz serverdata-jesusalva/serena.tar.bz2 serverdata-jesusalva/serena.tar.xz serverdata-jesusalva/serena.zip |
Merge branch 'master' into jesusalva/serenajesusalva/serena
Diffstat (limited to 'npc/012-2-4')
-rw-r--r-- | npc/012-2-4/morgan.txt | 6 | ||||
-rw-r--r-- | npc/012-2-4/zitoni.txt | 4 |
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; } |