diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-27 17:51:00 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-27 17:51:00 +0000 |
commit | 0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad (patch) | |
tree | cfc2827e0818c4580dc0eb2a5eb482ca7d129fad /npc/012-2-4/morgan.txt | |
parent | fb2453e136a2c8a1da5e13ee7f7e2de0522006d9 (diff) | |
download | serverdata-0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad.tar.gz serverdata-0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad.tar.bz2 serverdata-0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad.tar.xz serverdata-0e5de9d9f597d20d8e41dad01f78d73f8cdc78ad.zip |
Placeholder for the NPCs at Candor
Diffstat (limited to 'npc/012-2-4/morgan.txt')
-rw-r--r-- | npc/012-2-4/morgan.txt | 6 |
1 files changed, 3 insertions, 3 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; } |