diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-22 13:38:57 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 13:38:57 -0200 |
commit | 8319f7dd320b82bbe52a0215df8282f01f6029dd (patch) | |
tree | 061960f6665a72d48671f0fcb6a5b41166c84ceb /npc/021-1/yeti.txt | |
parent | 9edee9a58d34bcbdb2365c554af5a7e0d475e31b (diff) | |
download | serverdata-8319f7dd320b82bbe52a0215df8282f01f6029dd.tar.gz serverdata-8319f7dd320b82bbe52a0215df8282f01f6029dd.tar.bz2 serverdata-8319f7dd320b82bbe52a0215df8282f01f6029dd.tar.xz serverdata-8319f7dd320b82bbe52a0215df8282f01f6029dd.zip |
021-1 Caves - Complete, including logic and quest.
Missing: Random Yeti Spawn when a switch is pulled, 021-4 logic, Cindy, Angela.
Diffstat (limited to 'npc/021-1/yeti.txt')
-rw-r--r-- | npc/021-1/yeti.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index 154c61964..8f5d2a425 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -120,7 +120,8 @@ L_Instructions: next; mesc l("Directions: "); mesc l("You must flip all 5 switches on this cave, and then walk accross the cave blocked with an etheral crystal."); - mesc l("It'll lead you to somewhere random on this cave to keep intruders out. Just walk there again while all switches are still active."); + mesc l("First timers will be lead to somewhere random on this cave to keep intruders out. Just walk there again while all switches are still active."); + mesc l("This random cave-warping only happens once, too."); mesc l("The Throne Room is the last room. You can reactive any switch which turns itself off."); next; mesc l("Notes: "); |