diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-12 07:26:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-12 11:12:16 +0000 |
commit | 994e24cdc130ff08cedfeceec43a8b267d7ef3b2 (patch) | |
tree | 7c0ae7e9d431a78c104baeecea8457212dd53801 | |
parent | 386b402053b112a950bf2d39ccc06d1100e61996 (diff) | |
download | serverdata-994e24cdc130ff08cedfeceec43a8b267d7ef3b2.tar.gz serverdata-994e24cdc130ff08cedfeceec43a8b267d7ef3b2.tar.bz2 serverdata-994e24cdc130ff08cedfeceec43a8b267d7ef3b2.tar.xz serverdata-994e24cdc130ff08cedfeceec43a8b267d7ef3b2.zip |
Tanisha is ready
-rw-r--r-- | npc/012-2-1/tanisha.txt | 3 | ||||
-rw-r--r-- | npc/012-2-2/sorfina.txt | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/npc/012-2-1/tanisha.txt b/npc/012-2-1/tanisha.txt index 2376c657..01c92662 100644 --- a/npc/012-2-1/tanisha.txt +++ b/npc/012-2-1/tanisha.txt @@ -8,7 +8,8 @@ 012-2-1,48,34,0 script Tanisha NPC_TANISHA,{ speech l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + l("Kaan asked me to kill maggots, which I hate! But I'm not seeing any..."), + l("I wonder if things were supposed to be this way?"); close; OnInit: diff --git a/npc/012-2-2/sorfina.txt b/npc/012-2-2/sorfina.txt index 98e48c7c..d7e414a6 100644 --- a/npc/012-2-2/sorfina.txt +++ b/npc/012-2-2/sorfina.txt @@ -7,8 +7,8 @@ 012-2-2,26,30,0 script Sorfina NPC_SORFINA,{ speech - l("Welcome."), - l("Someone was too lazy to even write a placeholder text, so please come back later"); + lg("Welcome, adventurer."), + l(""); close; OnInit: |