diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-06 17:41:39 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-06 17:41:39 -0300 |
commit | d0c1494a7c2b714c5b07b3c5e584cab16e44193b (patch) | |
tree | 5be085bb5a8ec84eb3e27ce8fc2a89a93e860c2e /npc/023-3-2/logic.txt | |
parent | e40da4513e24db021d5ccc2a856e0f00dbe8d6f6 (diff) | |
download | serverdata-d0c1494a7c2b714c5b07b3c5e584cab16e44193b.tar.gz serverdata-d0c1494a7c2b714c5b07b3c5e584cab16e44193b.tar.bz2 serverdata-d0c1494a7c2b714c5b07b3c5e584cab16e44193b.tar.xz serverdata-d0c1494a7c2b714c5b07b3c5e584cab16e44193b.zip |
Typo fix
Diffstat (limited to 'npc/023-3-2/logic.txt')
-rw-r--r-- | npc/023-3-2/logic.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/023-3-2/logic.txt b/npc/023-3-2/logic.txt index d1c64d093..cbee9b27e 100644 --- a/npc/023-3-2/logic.txt +++ b/npc/023-3-2/logic.txt @@ -44,7 +44,7 @@ OnTouch: mesn; mesc l("It's steaming hot, but you guess this is where Isbamuth created homunculus. Most bandits, thieves and assassins seems to have been born here."); next; - mesc l("He just abandoned this place and left everything behind... It's suspcious at best. You don't think anyone will be able to decrypt the secrets of Artifical Lifeforms."); + mesc l("He just abandoned this place and left everything behind... It's suspicious at best. You don't think anyone will be able to decrypt the secrets of Artificial Lifeforms."); next; mesc l("Hesitant, you reach out your hand, and grab whatever was on the Cauldron. It seems to be an Embryo."); next; @@ -75,7 +75,7 @@ OnInit: mesc l("I'll keep studying it in secret. I'm so proud of my thieves!"); next; mesn l("Diary, 21st June 297 AT"); - mesc l("I've managed to create the first mana-based artifical lifeform, it survived three seconds, the record so far."); + mesc l("I've managed to create the first mana-based artificial lifeform, it survived three seconds, the record so far."); next; mesc l("Saul is supplying me the alchemist resources for that. In exchange, my thieves supply him gold and spare his friends."); next; @@ -90,7 +90,7 @@ OnInit: mesn l("Diary, 3rd August 299 AT"); mesc l("Saul is planning an assault at the Magic Tower. I want these Mana Stones."); next; - mesc l("Most thieves left, but that's not a problem, I created an army out of Homunculus. I already have 500 bandits. I will create more later, to get Mana Stones;"); + mesc l("Most thieves left, but that's not a problem, I created an army out of Homunculus. I already have 500 bandits. I will create more later, to get Mana Stones."); next; mesn l("Diary, 2nd March 300 AT"); mesc l("It's time. My army already have tens of thousands of monsters, homunculus, persons. The mana stones I've got thus far are all dried out, now."); @@ -102,7 +102,7 @@ OnInit: mesn l("Diary, 3rd March 300 AT"); mesc l("To create an homunculus, I should follow the secrets in the book \"The Man Who Played God\". I wrote this narrative with the greatest secrets of it."); next; - mesc l("I shall leave this book with my son, SphinxNox. I will not fail, and live forever. This will be their inheritance for him."); + mesc l("I shall leave this book with my son, SphinxNox. I will not fail, and live forever. This will be their inheritance from me."); next; mesc l("Raid might be great. Saul might be popular. SphinxNox might be an annoying brat. But I'm, or rather, will soon be... @@.", b(l("the Monster King"))); next; @@ -133,6 +133,7 @@ L_BookRead: skill AM_REST, 1, 0; skill AM_RESURRECTHOMUN, 1, 0; setq3 FrostiaQuest_Homunculus, .@q|.hcID; + dispbottom l("I should talk to Cauldron now... Scary."); } close; |