diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-19 11:22:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-19 11:22:54 -0300 |
commit | 700d454f80798b47710582984e8dcbf4afdaf066 (patch) | |
tree | f1b95cb0b848ff651e4e9c87274b67dbe71cf638 /npc/023-3-2/logic.txt | |
parent | ed1a6dc3b4f5882610fea6dd6d6246775a42b884 (diff) | |
download | serverdata-700d454f80798b47710582984e8dcbf4afdaf066.tar.gz serverdata-700d454f80798b47710582984e8dcbf4afdaf066.tar.bz2 serverdata-700d454f80798b47710582984e8dcbf4afdaf066.tar.xz serverdata-700d454f80798b47710582984e8dcbf4afdaf066.zip |
Player story 5-1 is now in an completable state
Diffstat (limited to 'npc/023-3-2/logic.txt')
-rw-r--r-- | npc/023-3-2/logic.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/npc/023-3-2/logic.txt b/npc/023-3-2/logic.txt index fe49cc494..71af98c6a 100644 --- a/npc/023-3-2/logic.txt +++ b/npc/023-3-2/logic.txt @@ -41,6 +41,13 @@ OnTouch: mesc l("Keep exploring the Study Room and certify it is safe first. Also, make sure to learn what this was used for."); close; } + 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."); + next; + mesc l("Hesistant, you reach out your hand, and grab whatever was on the Cauldron. It seems to be an Embryo."); + next; skill AM_CALLHOMUN, 1, 0; mesc l("You have collect enough evidence, it's time to leave and report."); setq1 FrostiaQuest_Homunculus, 4; |